Deadline: update titulky podle view

This commit is contained in:
Pavel "LEdoian" Turinsky 2020-10-14 02:12:32 +02:00
parent 8fee9cd8a5
commit 3de739df5e

View file

@ -6,10 +6,10 @@
{% block content %} {% block content %}
{% if dead %} {% if nejblizsi_deadline %}
<div class="odpocet"> <div class="odpocet">
<p><b><big>Do konce <a href="/zadani/aktualni/">odeslání řešení</a> {% if deadline_soustredeni %}(pro účast na soustředění) {% endif %}zbývá: <p><b><big>Do konce <a href="/zadani/aktualni/">odeslání řešení</a> {% 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á:
{{ted|timesince:dead}}</big></b></p> {{nejblizsi_deadline|timeuntil}}</big></b></p>
</div> </div>
{% endif %} {% endif %}