From 9d76a3c52b8310726ec09e0262813f0438c21df6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 19 Jan 2020 15:57:06 +0000 Subject: init commit - from cookiecutter --- ctrack/templates/account/account_inactive.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ctrack/templates/account/account_inactive.html (limited to 'ctrack/templates/account/account_inactive.html') 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 %} +

{% trans "Account Inactive" %}

+ +

{% trans "This account is inactive." %}

+{% endblock %} + -- cgit v1.2.3