diff --git a/seminar/templates/seminar/archiv/cislo.html b/seminar/templates/seminar/archiv/cislo.html
index 955988f1..0e2e8a71 100644
--- a/seminar/templates/seminar/archiv/cislo.html
+++ b/seminar/templates/seminar/archiv/cislo.html
@@ -49,12 +49,12 @@
{% endif %}
{% if cislo.verejna_vysledkovka %}
-
Výsledkovka ({% now "jS F Y H:i" %})
+ Výsledkovka
{% else %}
{% if user.is_staff %}
-
Výsledkovka (neveřejná, {% now "jS F Y H:i:s" %})
+ Výsledkovka (neveřejná)
{% endif %}
{% endif %}
@@ -73,7 +73,7 @@
{% autoescape off %}{{ rv.poradi }}{% endautoescape %}
|
- {% if rv.titul is not '' %}
+ {% if rv.titul %}
{{ rv.titul }}MM
{% endif %}
{{ rv.resitel.osoba.plne_jmeno }}
@@ -92,8 +92,6 @@
{% endif %}
- Čas: {% now "jS F Y H:i:s" %}
-
{% endblock content %}
|