zkrášlování deadlinů
This commit is contained in:
parent
8169b19e00
commit
729f14e793
3 changed files with 4 additions and 2 deletions
|
@ -908,7 +908,7 @@ div.cislo_odkazy ul {
|
|||
}
|
||||
|
||||
#azad_obrazek {
|
||||
margin-top: 10px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
div.zadani_termin {
|
||||
|
|
|
@ -16,6 +16,7 @@ function sousdeadline() {
|
|||
{% block content %}
|
||||
|
||||
{% if nejblizsi_deadline %}
|
||||
<hr>
|
||||
<div class="odpocet">
|
||||
<p><b><big>Do
|
||||
{% if typ_deadline == 'soustredeni' %}
|
||||
|
@ -30,6 +31,7 @@ function sousdeadline() {
|
|||
{% endif %}zbývá:
|
||||
{{nejblizsi_deadline|timeuntil}}</big></b></p>
|
||||
</div>
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
<div class=titulnistrana>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
{% if user.je_org or verejne %}
|
||||
{% if user.je_org and not verejne %}<div class="mam-org-only">{% endif %}
|
||||
|
||||
<hr>
|
||||
<div class="zadani_termin">
|
||||
Termíny pro odeslání řešení {{ac.poradi}}. série:<br>
|
||||
|
||||
|
@ -29,7 +30,6 @@
|
|||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
{% if ac.titulka_nahled and ac.pdf %}
|
||||
|
|
Loading…
Reference in a new issue