0.7.93
meta names
This commit is contained in:
@@ -108,7 +108,7 @@ def UserPageView(request, page_url):
|
||||
# print('article_breadcrumbs',article_breadcrumbs)
|
||||
|
||||
Dict = {
|
||||
'art' : art,
|
||||
'page' : art,
|
||||
'user_page' : True,
|
||||
# 'service' : service,
|
||||
# 'article_breadcrumbs' : article_breadcrumbs
|
||||
@@ -139,7 +139,7 @@ def ArticlesOnePageView(request, art_url):
|
||||
# print('article_breadcrumbs',article_breadcrumbs)
|
||||
|
||||
Dict = {
|
||||
'art' : art,
|
||||
'page' : art,
|
||||
}
|
||||
|
||||
Dict.update(get_article_breadcrumbs(request, art))
|
||||
|
||||
Reference in New Issue
Block a user