summaryrefslogtreecommitdiff
path: root/static/website/templates/schedule.html
blob: a79a7fb2b24c0b2836ac5541bdd380c3f4c2e628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends 'website/templates/base.html' %}

{% block current %}
Schedule
{% endblock %}

{% block content %}
<h3>Contact Us</h3>
<p>
<em>
    Will be updated soon.
</em>
</p>
{% endblock %}