diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index deee34d..9e59279 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -4,7 +4,8 @@ profile_tabs_f_static_map = new Map([ ['show_cur_subscribe','my_subscribe'], ['change_profile','change_profile'], ['new_route_view_customer','create_route_for_customer'], - ['new_route_view_mover','create_route_for_mover'] + ['new_route_view_mover','create_route_for_mover'], + ['get_routes','my_routes'] ]) diff --git a/templates/tb_base.html b/templates/tb_base.html index 66ca69a..ef6bf90 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -57,10 +57,26 @@
{% include 'blocks/b_header.html' %}
- + {% block content %} {% endblock %} - +