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