odmeny jsou pekny #90
Loading…
Reference in a new issue
No description provided.
Delete branch "odmeny"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -16,4 +16,11 @@
{% endfor %}
</ul>
<h2>Seznam účastníků - červená znamená že jim nechodí fyzické číslo</h2>
Tam patří pomlčka (a vůbec, myslím si, že to nemusí být v nadpisu…)
@ -19,0 +19,4 @@
<h2>Seznam účastníků - červená znamená že jim nechodí fyzické číslo</h2>
<ul>
{% for resitel in resitele %}
<li {% if resitel.neposilame %}style="color: white; background-color: red;"{% endif %}>{{ resitel.jmeno }}: {% if resitel.bodydiff > 3 %}🧦{% endif %} {% if resitel.ttitul != resitel.ftitul %} {{resitel.ftitul}} → {{resitel.ttitul}} {% endif %}</li>
CSS?
Ano, to je css
@ -376,3 +376,3 @@
resitele = utils.aktivniResitele(tocislo)
def get_diff(from_deadline: Deadline, to_deadline: Deadline):
def get_diff(from_deadline: Deadline, to_deadline: Deadline, probody=False):
Okomentovat
probody
!