ojuso-map/ojusomap/templates/registration/registration_closed.html
2017-10-09 20:23:03 +01:00

7 lines
134 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Registration is currently closed." %}</p>
{% endblock %}