Merge branch 'master' of atrey.karlin.mff.cuni.cz:/akce/MaM/MaMweb/mamweb
This commit is contained in:
commit
90dd031d52
4 changed files with 16 additions and 6 deletions
|
@ -159,6 +159,13 @@ h2 {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
.novinky.name {
|
div.novinky_name {
|
||||||
float: left
|
text-align: right;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.zadani_azad_termin {
|
||||||
|
text-align: center;
|
||||||
|
font-size: large;
|
||||||
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,11 +20,12 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# autor #}
|
{# autor #}
|
||||||
{% if user.is_staff %}
|
{% if user.is_staff %}
|
||||||
<div class=novinky.name><i>{{novinka.autor.first_name}}
|
<div class=novinky_name><p>{{novinka.autor.first_name}}
|
||||||
{% if novinka.autor.organizator.prezdivka%}
|
{% if novinka.autor.organizator.prezdivka%}
|
||||||
„{{novinka.autor.organizator.prezdivka}}“
|
„{{novinka.autor.organizator.prezdivka}}“
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{novinka.autor.last_name}}</i>
|
{{novinka.autor.last_name}}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
{% autoescape off %}{{soustredeni.text}}{% endautoescape %}
|
{% autoescape off %}{{soustredeni.text}}{% endautoescape %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# Účastníci #}
|
{# Účastníci #}
|
||||||
<h3>Soustředění se zůčastnili tito účastníci:</h3>
|
<h3>Soustředění se zúčastnili tito účastníci:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for i in soustredeni.soustredeni_ucastnici_set.all %}
|
{% for i in soustredeni.soustredeni_ucastnici_set.all %}
|
||||||
<li>{{i.resitel}}
|
<li>{{i.resitel}}
|
||||||
|
|
|
@ -14,14 +14,16 @@
|
||||||
{% endblock %}{% endblock %}
|
{% endblock %}{% endblock %}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<a href="/zadani/aktualni-cislo/">Celé aktuální číslo ve formátu .PDF naleznete zde.</a><br>
|
|
||||||
{% with nastaveni.aktualni_cislo as ac %}
|
{% with nastaveni.aktualni_cislo as ac %}
|
||||||
|
|
||||||
{% if ac.zadane_problemy.all %}
|
{% if ac.zadane_problemy.all %}
|
||||||
|
<div class="zadani_azad_termin">
|
||||||
Termín odeslání {{ac.cislo}}. série: {{ac.datum_deadline}}
|
Termín odeslání {{ac.cislo}}. série: {{ac.datum_deadline}}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{#TODO a co speciální deadline pro účast na soustředění? #}
|
{#TODO a co speciální deadline pro účast na soustředění? #}
|
||||||
|
|
||||||
|
<a href="/zadani/aktualni-cislo/">Celé aktuální číslo ve formátu .PDF naleznete zde.</a><br>
|
||||||
{% for sada in jednorazove_problemy %}
|
{% for sada in jednorazove_problemy %}
|
||||||
{# podnadpisy, kdyz neni zakomentuje se nadpis #}
|
{# podnadpisy, kdyz neni zakomentuje se nadpis #}
|
||||||
{% if not sada %}<!--{% endif %}
|
{% if not sada %}<!--{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue