blob: 0f07773aadc2b37f8068db0a37641056bcdd2446 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{% extends 'website/templates/base.html' %}
{% block current %}
Schedule
{% endblock %}
{% block content %}
<h3>Schedule</h3>
<hr>
<p>
<em>
Will be updated soon.
</em>
</p>
{% endblock %}
|