From 44b271530234445ec7c82dff3753bedba0bfe288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kate=C5=99ina=20=C4=8C?= Date: Tue, 13 Oct 2020 22:57:05 +0200 Subject: [PATCH] deadline na titulce --- mamweb/static/css/mamweb.css | 5 +++++ seminar/templates/seminar/titulnistrana.html | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index e895f873..27cc77a6 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -462,6 +462,11 @@ div.org-text { font-style: italic; } +div.odpocet { + margin: 20px; + text-align: center; +} + /********************** * Zmenšování displeje ***********************/ diff --git a/seminar/templates/seminar/titulnistrana.html b/seminar/templates/seminar/titulnistrana.html index 8b9f45dc..e2f21ba0 100644 --- a/seminar/templates/seminar/titulnistrana.html +++ b/seminar/templates/seminar/titulnistrana.html @@ -6,14 +6,14 @@ {% block content %} -
+{% if dead %} +
+

Do konce odeslání řešení {% if deadline_soustredeni %}(pro účast na soustředění) {% endif %}zbývá: + {{ted|timesince:dead}}

+
+{% endif %} - {% if dead %} -
-

Do konce odeslání řešení {% if deadline_soustredeni %}(pro účast na soustředění) {% endif %}zbývá:
- {{ted|timesince:dead}}

-
- {% endif %} +