forked from gergely/calendar-social
6 lines
121 B
HTML
6 lines
121 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>Registration is disabled on this instance</h1>
|
|
{% endblock content %}
|