backend/image_markuper/templates/account/account_inactive.html
Alexander-D-Karpov 8d9d0697da inited django
2022-10-25 23:29:13 +03:00

12 lines
253 B
HTML

{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}{% translate "Account Inactive" %}{% endblock %}
{% block inner %}
<h1>{% translate "Account Inactive" %}</h1>
<p>{% translate "This account is inactive." %}</p>
{% endblock %}