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

@@ -5,6 +5,6 @@ from django.urls import path
from .js_views import *
urlpatterns = [
path('get_articles_block/', get_articles_block_ajax, name='get_articles_block_ajax'),
]