diff --git a/articles/templates/article.html b/articles/templates/article.html index 504d8ea..43073c5 100644 --- a/articles/templates/article.html +++ b/articles/templates/article.html @@ -9,9 +9,23 @@ -
- -

Всё про IT

+
+
+ +

Всё про IT

+
+ +
+ {% block auth %} + {% if not user.is_anonymous %} + Выйти + {% else %} + Вход + + Регистрация + {% endif %} + {% endblock %} +

{{ post.title }}

diff --git a/db.sqlite3 b/db.sqlite3 index 2b2d9e4..b290bf6 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ