calendar-social/calsocial/templates/registration-disabled.html
2018-07-02 10:41:32 +02:00

6 lines
121 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>Registration is disabled on this instance</h1>
{% endblock content %}