diff options
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/program.html | 5 |
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> |
