From e44f6d958c4b257c91bcb0d66c2a29a33cc36d1c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 12 Sep 2019 10:50:10 -0400 Subject: [PATCH] Remove extraneous pipes --- lms/templates/logout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/logout.html b/lms/templates/logout.html index 66dca3ee3d..e418804eb9 100644 --- a/lms/templates/logout.html +++ b/lms/templates/logout.html @@ -2,10 +2,10 @@ {% load i18n staticfiles %} {% load django_markup %} -{% block title %}{% trans "Signed Out" as tmsg %} | {{ tmsg | force_escape }} | {{ block.super }}{% endblock %} +{% block title %}{% trans "Signed Out" as tmsg %}{{ tmsg | force_escape }} | {{ block.super }}{% endblock %} {% block body %} -

{% trans "You have signed out." as tmsg %} | {{ tmsg | force_escape }}

+

{% trans "You have signed out." as tmsg %}{{ tmsg | force_escape }}

{% blocktrans trimmed asvar signout_msg1 %}