From 5ea25c26bfbcc0525501bf7befe7554ea0f1c34b Mon Sep 17 00:00:00 2001 From: Jonas Havelka Date: Thu, 2 Sep 2021 15:23:13 +0200 Subject: [PATCH] =?UTF-8?q?Vyzna=C4=8Den=C3=A9=20podprobl=C3=A9mov=C3=A9?= =?UTF-8?q?=20sloupce.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mamweb/static/css/mamweb.css | 4 ++++ seminar/templates/seminar/archiv/cislo.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index b42aa615..4771a31b 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -165,6 +165,10 @@ table .border-b { border: solid 2px; } +.podproblem { + color: gray; +} + div.container { padding: 0px; } diff --git a/seminar/templates/seminar/archiv/cislo.html b/seminar/templates/seminar/archiv/cislo.html index 6326b696..8258912a 100644 --- a/seminar/templates/seminar/archiv/cislo.html +++ b/seminar/templates/seminar/archiv/cislo.html @@ -88,7 +88,7 @@ {# TODELETE #} {% for podproblemy in podproblemy_iter.next %} - {{ podproblemy.kod_v_rocniku }} + {{ podproblemy.kod_v_rocniku }} {% endfor %} {# TODELETE #} @@ -97,7 +97,7 @@ {# TODELETE #} {% for podproblemy in podproblemy_iter.next %} - {{ podproblemy.kod_v_rocniku }} + {{ podproblemy.kod_v_rocniku }} {% endfor %} {# TODELETE #} @@ -118,7 +118,7 @@ {# TODELETE #} {% for body_podproblemu in rv.body_podproblemy_iter.next %} - {{ body_podproblemu }} + {{ body_podproblemu }} {% endfor %} {# TODELETE #}