From 306a01a8b436205f6e48087ba1ff5e2e6e244ee0 Mon Sep 17 00:00:00 2001 From: Benbb96 Date: Wed, 8 May 2024 16:25:49 +0200 Subject: [PATCH] add login again button and reformat logged_out.html --- .../helpdesk/registration/logged_out.html | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/helpdesk/templates/helpdesk/registration/logged_out.html b/helpdesk/templates/helpdesk/registration/logged_out.html index e7146545..f2d5c2b1 100644 --- a/helpdesk/templates/helpdesk/registration/logged_out.html +++ b/helpdesk/templates/helpdesk/registration/logged_out.html @@ -1,13 +1,25 @@ {% extends "helpdesk/public_base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Logged Out" %}{% endblock %} -{% block helpdesk_body %}{% blocktrans %} - -
-
-

Successfully Logged Out

-

Thanks for being here. Hopefully you've helped resolve a few tickets and made the world a better place.

+{% block helpdesk_body %} + {% blocktrans %} +
+
+

Successfully Logged Out

+

+ Thanks for being here. Hopefully you've helped resolve a few tickets + and made the world a better place. +

+
+ {% endblocktrans %} + +
+ + - -{% endblocktrans %}{% endblock %} +{% endblock %}