fix for clean logout

This commit is contained in:
Martin Bley
2022-09-18 17:48:33 +02:00
parent 46bc47f046
commit fb3e425471
4 changed files with 17 additions and 35 deletions

View File

@@ -0,0 +1,15 @@
{% extends "base.html" %}
{% load url from future %}
{% comment %}
Main page to authenticate users.
{% endcomment %}
{% block head %}
<title>TipPy | Logout</title>
{% endblock %}
{% block body %}
<div class="row">
<p>Auf wiedersehen</p>
</div>
{% endblock %}