From 476a4e6d3e025d1b8260e358f00ba4ffec8d1c61 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Dec 2022 18:34:14 +0100 Subject: Profile: force refresh for session external - minor fix on UI --- ishtar_common/templates/ishtar/forms/profile.html | 8 ++++---- ishtar_common/templatetags/ishtar_helpers.py | 7 ++++--- ishtar_common/views.py | 2 ++ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ishtar_common/templates/ishtar/forms/profile.html b/ishtar_common/templates/ishtar/forms/profile.html index 926f035e2..795ab6ab1 100644 --- a/ishtar_common/templates/ishtar/forms/profile.html +++ b/ishtar_common/templates/ishtar/forms/profile.html @@ -1,5 +1,5 @@ {% extends "ishtar/form.html" %} -{% load i18n inline_formset table_form %} +{% load i18n inline_formset table_form ishtar_helpers %} {% block extra_head %}