wip: programme

This commit is contained in:
mco-system
2023-04-10 10:32:35 +11:00
parent d35ae29014
commit a9db4b982a
11 changed files with 195 additions and 193 deletions

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content %}
<div id="schedule">
<div class="content">
{% for slot in slots %}
{% if filter %}
{% if slot.submission_type.en | lower in filter %}