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 %} - -
Thanks for being here. Hopefully you've helped resolve a few tickets and made the world a better place.
+{% block helpdesk_body %} + {% blocktrans %} ++ Thanks for being here. Hopefully you've helped resolve a few tickets + and made the world a better place. +
+