From 3de739df5e96cce077915f08dfbe93d01b7bc198 Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Wed, 14 Oct 2020 02:12:32 +0200 Subject: [PATCH] Deadline: update titulky podle view --- seminar/templates/seminar/titulnistrana.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seminar/templates/seminar/titulnistrana.html b/seminar/templates/seminar/titulnistrana.html index e2f21ba0..1fd96a85 100644 --- a/seminar/templates/seminar/titulnistrana.html +++ b/seminar/templates/seminar/titulnistrana.html @@ -6,10 +6,10 @@ {% block content %} -{% if dead %} +{% if nejblizsi_deadline %}
-

Do konce odeslání řešení {% if deadline_soustredeni %}(pro účast na soustředění) {% endif %}zbývá: - {{ted|timesince:dead}}

+

Do konce odeslání řešení {% if typ_deadline == 'soustredeni' %}(pro účast na soustředění) {% elif typ_deadline == 'preddeadline' %}(pro otištění došlých řešení) {% endif %}zbývá: + {{nejblizsi_deadline|timeuntil}}

{% endif %}