NDOJ/templates/registration/registration_closed.html
2023-04-15 18:35:02 +07:00

4 lines
145 B
HTML
Executable file

{% extends "base.html" %}
{% block body %}
<p>{{ _('Registration is currently closed. Please contact an administrator.') }}</p>
{% endblock %}