odmeny jsou pekny #90

Merged
zelvuska merged 10 commits from odmeny into master 2025-02-26 21:22:33 +01:00
Owner
No description provided.
ticvac added 7 commits 2025-02-26 21:02:49 +01:00
zelvuska reviewed 2025-02-26 21:10:18 +01:00
@ -16,4 +16,11 @@
{% endfor %}
</ul>
<h2>Seznam účastníků - červená znamená že jim nechodí fyzické číslo</h2>
Owner

Tam patří pomlčka (a vůbec, myslím si, že to nemusí být v nadpisu…)

Tam patří pomlčka (a vůbec, myslím si, že to nemusí být v nadpisu…)
Author
Owner
-
@ -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}} &rarr; {{resitel.ttitul}} {% endif %}</li>
Owner

CSS?

CSS?
Author
Owner

Ano, to je 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):
Owner

Okomentovat probody!

Okomentovat `probody`!
ticvac added 1 commit 2025-02-26 21:13:51 +01:00
ticvac added 1 commit 2025-02-26 21:18:23 +01:00
ticvac added 1 commit 2025-02-26 21:19:44 +01:00
zelvuska closed this pull request 2025-02-26 21:22:13 +01:00
zelvuska reopened this pull request 2025-02-26 21:22:19 +01:00
zelvuska merged commit ad6bd0b519 into master 2025-02-26 21:22:33 +01:00
zelvuska deleted branch odmeny 2025-02-26 21:22:33 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mam/mamweb#90
No description provided.