From 5c6b9e60547a5884b7debe450aa0ddaea075d4f9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 31 May 2020 11:40:43 +0100 Subject: working on user groups and tests --- ctrack/templates/account/logout.html | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) (limited to 'ctrack/templates') diff --git a/ctrack/templates/account/logout.html b/ctrack/templates/account/logout.html index 8e2e675..2ce13ea 100644 --- a/ctrack/templates/account/logout.html +++ b/ctrack/templates/account/logout.html @@ -1,21 +1,32 @@ {% extends "account/base.html" %} -{% load i18n %} - -{% block head_title %}{% trans "Sign Out" %}{% endblock %} +{% block head_title %}Sign Out{% endblock %} {% block inner %} -

{% trans "Sign Out" %}

-

{% trans 'Are you sure you want to sign out?' %}

-
- {% csrf_token %} - {% if redirect_field_value %} - - {% endif %} - -
+
+
+
+
+

Sign Out

+

Are you sure you want to sign out?

+
+ {% csrf_token %} + {% if redirect_field_value %} + + {% endif %} + +
+
+ +
+ +
+ +
+ + {% endblock %} -- cgit v1.2.3