processing send messages by mail
This commit is contained in:
SDE
2023-11-30 16:03:37 +03:00
parent 6191980dc7
commit 36e9edb51b
3 changed files with 88 additions and 43 deletions

View File

@@ -28,6 +28,6 @@ urlpatterns = [
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')
path('send_message/', send_message_ajax, name='send_message_ajax')
]