summaryrefslogtreecommitdiff
path: root/src/templates/program.html
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-07-05 19:33:35 +0200
committeruser@node5.net <user@node5.net>2026-07-10 13:15:02 +0200
commit61ca7e7f1abc28623e740f34f34cb8250c45e788 (patch)
tree047beb1b482ace06d100e80b3bfe3df2a5c99f4c /src/templates/program.html
parent008800522e69b89dbff73b1e55466546c1b353c7 (diff)
easter egg classes - define in python
Diffstat (limited to 'src/templates/program.html')
-rw-r--r--src/templates/program.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/templates/program.html b/src/templates/program.html
index 67b37c8..0d1ae9c 100644
--- a/src/templates/program.html
+++ b/src/templates/program.html
@@ -6,10 +6,7 @@
<hr>
{% endif %}
<div class="program-entry">
- <div class="program-progress
- {% if 'hacker jeopardy' in event.title | lower %} rainbow
- {% elif 'æg' in event.title | lower %} egg{% endif %}"
- style="width: {{event.progress}}%"></div>
+ <div class="program-progress{% for class in event.classes %} {{ class }} {% endfor %}" style="width: {{event.progress}}%"></div>
<div class="program-text">
<span class="program-title">{{ event.short }}</span>
<span class="program-spacer">{{ event.spacer }} </span>