Files
benchcoach-django/benchcoach/templates/account/account_inactive.html
2022-06-01 15:30:52 -05: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 %}