From e12425a36b2ea23c66cd48086e1d9c0c7c2ce46c Mon Sep 17 00:00:00 2001 From: Stefan Dworschak Date: Thu, 3 Jun 2021 11:09:42 +0100 Subject: [PATCH] Adding missing endwith statement --- profiles/templates/profiles/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/templates/profiles/profile.html b/profiles/templates/profiles/profile.html index bb7c4ae1..6ca195bc 100644 --- a/profiles/templates/profiles/profile.html +++ b/profiles/templates/profiles/profile.html @@ -91,7 +91,6 @@ {{ user.email }}

{% endif %} - {% endwith %} {% else %} @@ -100,6 +99,7 @@ {% endif %} {% endif %} + {% endwith %}