Add home button when logout

This commit is contained in:
Hubert Jankowski 2022-01-17 16:20:00 +01:00
parent d4e1ff1acb
commit 43469616ec

View File

@ -4,5 +4,6 @@
{% block content %}
<p>You have been logged out successfully</p>
<a class="btn btn-primary" href="/home">Home</a>
{% endblock %}