backend/image_markuper/templates/account/signup_closed.html

12 lines
274 B
HTML
Raw Normal View History

2022-10-25 23:29:13 +03:00
{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}{% translate "Sign Up Closed" %}{% endblock %}
{% block inner %}
<h1>{% translate "Sign Up Closed" %}</h1>
<p>{% translate "We are sorry, but the sign up is currently closed." %}</p>
{% endblock %}