{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Error" %}{% endblock %} {% block main_panel %}

{% trans "Error, new user registration is not allowed, please contact administrator." %}

{% endblock %}