0.7.64
profile change photo
This commit is contained in:
@@ -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'),
|
||||
|
||||
]
|
||||
@@ -1,12 +1,9 @@
|
||||
from django.urls import path
|
||||
from .views import *
|
||||
from .js_views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('articles/', ArticlesPageView, name=u'articles'),
|
||||
path('articles/<int:year>/', ArticlesPageView, name=u'articles_by_year'),
|
||||
path('article/<str:art_url>/', ArticlesOnePageView, name=u'article_one'),
|
||||
path('info_page/<str:page_url>/', UserPageView, name=u'user_page'),
|
||||
|
||||
path('get_articles_block/', get_articles_block_ajax, name='get_articles_block_ajax'),
|
||||
]
|
||||
Reference in New Issue
Block a user