diff --git a/dj/main/templates/episode.html b/dj/main/templates/episode.html index 51ebfe8c..7f5c20b0 100644 --- a/dj/main/templates/episode.html +++ b/dj/main/templates/episode.html @@ -251,12 +251,12 @@ {# {{ clrfform.trash.label_tag }}{{ clrfform.trash }} #} - + {% if same_dates %}{{cl.raw_file.start|date:"H:i:s"}}{% else %}{{cl.raw_file.start}}{% endif %} - + {{ clrfform.start }} - + {# frames? {{chap.0}} #} @@ -279,12 +279,12 @@ - + {% if same_dates %}{{cl.raw_file.end|date:"H:i:s"}}{% else %}{{cl.raw_file.end}}{% endif %} - + {{ clrfform.end }} - + {# frames? {{chap.1}} #}