fix articles
This commit is contained in:
SDE
2023-11-30 07:41:22 +03:00
parent dcfd66324e
commit de098bdf55
6 changed files with 120 additions and 14 deletions

View File

@@ -27,4 +27,7 @@ urlpatterns = [
path('change_profile/', change_profile_ajax, name='change_profile_ajax'),
path('change_profile_confirm/', change_profile_confirm_ajax, name='change_profile_confirm_ajax'),
path('change_avatar_confirm/', change_avatar_confirm_ajax, name='change_avatar_confirm_ajax'),
path('request_offer/', request_offer_ajax, name='request_offer_ajax')
]