registration_closed.html 134 B

123456
  1. {% extends "base.html" %}
  2. {% load i18n %}
  3. {% block content %}
  4. <p>{% trans "Registration is currently closed." %}</p>
  5. {% endblock %}