From 98665abf4defccdaf10b862be6e33bba80f94d1a Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 20 Feb 2024 18:27:36 +0300 Subject: [PATCH] 9 --- AuthApp/funcs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AuthApp/funcs.py b/AuthApp/funcs.py index ab412bd..9f6ce96 100644 --- a/AuthApp/funcs.py +++ b/AuthApp/funcs.py @@ -90,5 +90,7 @@ def get_profile_support_page_content_html(request, data=None): } tpl_name = 'blocks/profile/b_support_tickets.html' + Dict.update(get_user_timezone_Dict(request.user, request=request)) + html = render_to_string(tpl_name, Dict, request=request) return html \ No newline at end of file