summaryrefslogtreecommitdiff
path: root/templates/images.tmpl
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-07-29 19:34:34 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-07-29 19:34:34 +0200
commit360d0a628a8264fb100b9c52c0e4adf0b6421ad3 (patch)
tree5e4c84a01da944baab0f4d1922997f625e2faa49 /templates/images.tmpl
parentda578506d9317539b35ae5b3e49e79e6ad1c7e83 (diff)
Display number of files and total size on myfiles and images pages.
Diffstat (limited to 'templates/images.tmpl')
-rw-r--r--templates/images.tmpl2
1 files changed, 1 insertions, 1 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>