diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/images.tmpl | 2 | ||||
-rw-r--r-- | templates/my.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/images.tmpl b/templates/images.tmpl index 34c8e78..4cd3752 100644 --- a/templates/images.tmpl +++ b/templates/images.tmpl @@ -2,7 +2,7 @@ #def header: images #extends templates.base #def content -<p>Your uploaded images:</p> +<p>You have $len($files) uploaded images totaling $total_size.</p> <ul class="image-list"> #for file in $files <li>$file.image_html</li> diff --git a/templates/my.tmpl b/templates/my.tmpl index b1fb2cc..7e6e242 100644 --- a/templates/my.tmpl +++ b/templates/my.tmpl @@ -2,7 +2,7 @@ #def header: myfiles #extends templates.base #def content -<p>Your uploads:</p> +<p>You have $len($files) uploaded files totaling $total_size.</p> <ul> #for file in $files <li>$file.html</li> |