aboutsummaryrefslogblamecommitdiffstats
path: root/ctrack/templates/account/account_inactive.html
blob: 17c21577a839a7756a527e98516e6e99c552a52f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                  
{% extends "account/base.html" %}

{% load i18n %}

{% block head_title %}{% trans "Account Inactive" %}{% endblock %}

{% block inner %}
<h1>{% trans "Account Inactive" %}</h1>

<p>{% trans "This account is inactive." %}</p>
{% endblock %}