Skip to content
Snippets Groups Projects
Commit 68c811be authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

update timetable to remove wednesday afternoons

parent 00829a85
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -20,7 +20,7 @@
"tuesday_pm": ["Game Design Hack", "recap"],
"wednesday_am": ["Game Design Hack", "recap"],
"wednesday_pm": ["Game Design Hack", "recap"],
"wednesday_pm": ["", "break"],
"thursday_am": ["Game Design Hack", "recap"],
"thursday_pm": ["Play Testing", "recap"],
......@@ -38,7 +38,7 @@
"tuesday_pm": ["AI Experiments & Candidate Games", "recap"],
"wednesday_am": ["User Testing", "recap"],
"wednesday_pm": ["User Testing", "recap"],
"wednesday_pm": ["", "break"],
"thursday_am": ["Report & Presentation", "recap"],
"thursday_pm": ["Report & Presentation", "recap"],
......
......@@ -30,7 +30,11 @@
{% set sess_slug = '{}_{}'.format(day, key) -%}
{% if sess_slug in data[wk_key] %}
{% if data[wk_key][sess_slug][1] in breaks %}
<td class="table-secondary">{{data[wk_key][sess_slug][0]}}</td>
{% else %}
<td>{{data[wk_key][sess_slug][0]}}</td>
{% endif %}
{% else %}
<td class="table-warning">Not defined</td>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment