aboutsummaryrefslogtreecommitdiff
path: root/chishop/templates/registration/registration_closed.html
blob: c92e80bd01c648e56c628d70efb95accb62e697a (plain)
1
2
3
4
5
6
7
8
{% extends "base_site.html" %}

{% block content %}
<h1>Registration Closed</h1>
<p>
  Registration is disabled.
</p>
{% endblock %}