Pokud nejsou zadane úlohy nezobrazuj termín odeslání
This commit is contained in:
parent
a0bf58165d
commit
de262ffcdc
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
<h2>{% block nadpis1 %}Aktuální zadání{% endblock %}</h2>
|
||||
{% with nastaveni.aktualni_cislo as ac %}
|
||||
|
||||
Termín odeslání {{ac.cislo}}. série: {{ac.datum_deadline}}
|
||||
{% if ac.zadane_problemy.all %}
|
||||
Termín odeslání {{ac.cislo}}. série: {{ac.datum_deadline}}
|
||||
{% endif %}
|
||||
{#TODO a co speciální deadline pro účast na soustředění? #}
|
||||
|
||||
{% for problem in ac.zadane_problemy.all %}
|
||||
|
|
Loading…
Reference in a new issue