diff --git a/RoutesApp/funcs.py b/RoutesApp/funcs.py index 38b7190..6ba6f69 100644 --- a/RoutesApp/funcs.py +++ b/RoutesApp/funcs.py @@ -297,7 +297,8 @@ def get_routes_Dict(user=None, data=None): 'routes': routes, 'last_block': last_block, 'last_el': to_el, - 'next_page_els_count': next_page_els_count + 'next_page_els_count': next_page_els_count, + 'now_DT': datetime.now(), }) return res_Dict