From ed7e8b7c64504e5fc08ddee42f569592eccdada9 Mon Sep 17 00:00:00 2001 From: Ivan Havrylyshyn Date: Mon, 26 Aug 2024 10:00:43 +0300 Subject: [PATCH] Solution1 --- .gitignore | 1 + templates/registration/logged_out.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b26d6116..bc1bf763 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ venv/ .pytest_cache/ **__pycache__/ +/db.sqlite3 \ No newline at end of file diff --git a/templates/registration/logged_out.html b/templates/registration/logged_out.html index a850988d..5d1d420d 100644 --- a/templates/registration/logged_out.html +++ b/templates/registration/logged_out.html @@ -3,4 +3,4 @@ {% block content %}

Logged out!

Click here to login again. -{% endblock %} \ No newline at end of file +{% endblock %}