From 6d9c61dc0072b96b12153e64940b465306f25bfb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Aug 2023 07:58:09 +0300 Subject: Change imports to new unified db module. --- gn_auth/templates/common-macros.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gn_auth/templates/common-macros.html (limited to 'gn_auth/templates/common-macros.html') diff --git a/gn_auth/templates/common-macros.html b/gn_auth/templates/common-macros.html new file mode 100644 index 0000000..1d9f302 --- /dev/null +++ b/gn_auth/templates/common-macros.html @@ -0,0 +1,7 @@ +{%macro flash_messages()%} +
+ {%for category,message in get_flashed_messages(with_categories=true)%} + + {%endfor%} +
+{%endmacro%} -- cgit v1.2.3