backend/image_markuper/templates/account/account_inactive.html

12 lines
253 B
HTML
Raw Normal View History

2022-10-25 23:29:13 +03:00
{% 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 %}