profile change photo
This commit is contained in:
SDE
2023-10-22 14:18:22 +03:00
parent 51598dc022
commit cc377963e0
4 changed files with 65 additions and 4 deletions

View File

@@ -23,4 +23,6 @@ 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'),
]