emplate pro vysledkovku cisla.
This commit is contained in:
parent
9d42584dd1
commit
5f550b06c3
1 changed files with 3 additions and 5 deletions
|
@ -49,12 +49,12 @@
|
|||
{% endif %}
|
||||
|
||||
{% if cislo.verejna_vysledkovka %}
|
||||
<h2>Výsledkovka ({% now "jS F Y H:i" %})</h2>
|
||||
<h2>Výsledkovka</h2>
|
||||
|
||||
{% else %}
|
||||
{% if user.is_staff %}
|
||||
<div class='mam-org-only'>
|
||||
<h2>Výsledkovka (neveřejná, {% now "jS F Y H:i:s" %})</h2>
|
||||
<h2>Výsledkovka (neveřejná)</h2>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
<tr>
|
||||
<td class='border-r'>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}
|
||||
<th class='border-r'>
|
||||
{% if rv.titul is not '' %}
|
||||
{% if rv.titul %}
|
||||
{{ rv.titul }}<sup>MM</sup>
|
||||
{% endif %}
|
||||
{{ rv.resitel.osoba.plne_jmeno }}
|
||||
|
@ -92,8 +92,6 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
Čas: {% now "jS F Y H:i:s" %}
|
||||
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue