profile new pages
This commit is contained in:
SDE
2023-07-26 17:44:38 +03:00
parent 5688746e4f
commit 1cf3041e95
8 changed files with 88 additions and 0 deletions

View File

@@ -12,4 +12,8 @@ urlpatterns = [
path('new_route_view/', new_route_view_ajax, name='new_route_view_ajax'),
path('my_routes/', my_routes_ajax, name='my_routes_ajax'),
path('subscribe/', subscribe_ajax, name='subscribe_ajax'),
path('new_msg_to_user/', new_msg_to_user_ajax, name='new_msg_to_user' ),
path('new_msg_to_support/', new_msg_to_support_ajax, name='new_msg_to_support_ajax'),
path('change_profile/', change_profile_ajax, name='change_profile_ajax'),
]