{% extends "registration/base.html" %} {% load i18n %} {% block title %}Registration closed{% endblock %} {% block content %}
{% blocktrans %} Sorry, but this site currently does not allow new users to be registered. {% endblocktrans %}
{% endblock %}