# HG changeset patch # User ymh # Date 1354277077 -3600 # Node ID b11bc2ec92591437db54d1a296ccb0f3545ff52a # Parent 1d649cb64d7aab8ccf5c68a870e5bd0bab75f561 add seconds to times diff -r 1d649cb64d7a -r b11bc2ec9259 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 @@

{% trans 'Duration:' %} - {{content.duration|str_duration:"h"}} + {{content.duration|str_duration:"::"}}

{% if forloop.counter|divisibleby:3 %}