From 4a930542b8c45f47841168d1f55e4f9f2090e3b8 Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Tue, 16 Feb 2021 23:52:20 +0100 Subject: [PATCH] =?UTF-8?q?Zru=C5=A1ena=20tabulka=20s=20hodnocen=C3=ADmi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Už je tam formset --- .../templates/seminar/odevzdavatko/detail.html | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/seminar/templates/seminar/odevzdavatko/detail.html b/seminar/templates/seminar/odevzdavatko/detail.html index dd4979f3..6344e0a5 100644 --- a/seminar/templates/seminar/odevzdavatko/detail.html +++ b/seminar/templates/seminar/odevzdavatko/detail.html @@ -80,22 +80,7 @@ $(document).ready(function(){ {% endif %} {# Hodnocení: #} -{# FIXME: Udělat jako formulář #}

Hodnocení:

-{% if object.hodnoceni_set.all %} - - -{% for h in object.hodnoceni_set.all %} - - - - -{% endfor %} -
ProblémBodyČíslo pro body
{{ h.problem }}{{ h.body }}{{ h.cislo_body }}
-{% else %} -

Ještě nebylo hodnoceno

-{% endif %} -
{% csrf_token %} {{ form.management_form }}