add seconds to times V00.11
authorymh <ymh.work@gmail.com>
Fri, 30 Nov 2012 13:04:37 +0100
changeset 99 b11bc2ec9259
parent 98 1d649cb64d7a
child 100 7b02e345833e
add seconds to times
src/hp/templates/hp/all_videos.html
--- a/src/hp/templates/hp/all_videos.html	Fri Nov 30 12:33:03 2012 +0100
+++ b/src/hp/templates/hp/all_videos.html	Fri Nov 30 13:04:37 2012 +0100
@@ -33,7 +33,7 @@
             </h3>
             <p>
                 {% trans 'Duration:' %}
-                <span class="video-duration">{{content.duration|str_duration:"h"}}</span>
+                <span class="video-duration">{{content.duration|str_duration:"::"}}</span>
             </p>
         </div>
         {% if forloop.counter|divisibleby:3 %}