diff --git a/ArticlesApp/urls_translate.py b/ArticlesApp/urls_translate.py index 0948373..0bd0ae9 100644 --- a/ArticlesApp/urls_translate.py +++ b/ArticlesApp/urls_translate.py @@ -5,5 +5,5 @@ urlpatterns = [ path('articles/', ArticlesPageView, name=u'articles'), path('articles//', ArticlesPageView, name=u'articles_by_year'), path('article//', ArticlesOnePageView, name=u'article_one'), - path('info_page//', UserPageView, name=u'page_one'), + path('info_page//', UserPageView, name=u'user_page'), ] \ No newline at end of file diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index a25c69a..b898cef 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -63,9 +63,9 @@
Copyright © 2023. Все права защищены.
- - - + + +