aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/account/account_inactive.html
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-19 15:57:06 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-19 15:57:06 +0000
commit9d76a3c52b8310726ec09e0262813f0438c21df6 (patch)
tree4acf47dce6c3aa75f8ad7c5cb56fe6486c2d64a7 /ctrack/templates/account/account_inactive.html
init commit - from cookiecutter
Diffstat (limited to '')
-rw-r--r--ctrack/templates/account/account_inactive.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/ctrack/templates/account/account_inactive.html b/ctrack/templates/account/account_inactive.html
new file mode 100644
index 0000000..17c2157
--- /dev/null
+++ b/ctrack/templates/account/account_inactive.html
@@ -0,0 +1,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 %}
+