calendar-social/app/templates/registration-disabled.html

6 lines
121 B
HTML

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