mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-22 17:36:32 +03:00
12 lines
274 B
HTML
12 lines
274 B
HTML
{% 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 %}
|