From f35a41124ac4d7d5d3bd4ce8a62650b1a2f780b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kate=C5=99ina=20=C4=8C=C3=AD=C5=BEkov=C3=A1?= Date: Thu, 21 May 2020 00:39:12 +0200 Subject: [PATCH] =?UTF-8?q?pokusy=20stylov=C3=A1n=C3=AD=20odevzd=C3=A1v?= =?UTF-8?q?=C3=A1tka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seminar/templates/seminar/nahraj_reseni.html | 33 +++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/seminar/templates/seminar/nahraj_reseni.html b/seminar/templates/seminar/nahraj_reseni.html index d95f8567..7fa02da7 100644 --- a/seminar/templates/seminar/nahraj_reseni.html +++ b/seminar/templates/seminar/nahraj_reseni.html @@ -15,18 +15,41 @@
{% csrf_token %} {{ form }} + +
+ {{ prilohy.management_form }} -

Přilohy s řešením

+

Soubory s řešením

{% for form in prilohy.forms %}
{{ form.non_field_errors }} - {{ form.errors }} - - {{ form }} + {# {{ form.errors }} FIXME: možná tohle chceme zobrazovat? #} +
+ + + {% for field in form.visible_fields %} + + + + + + + {# TODO #} + {% endfor %} + +
+ + + + {{ field }} + {{ field.help_text|safe }} + {{ field.errors }}
@@ -45,7 +68,7 @@

-

Odevzdat má řešení

+

Odevzdat řešení