fix for clean logout

This commit is contained in:
Martin Bley
2022-09-18 17:59:08 +02:00
parent c1deabc692
commit 2f970d6eb4

View File

@@ -1,15 +0,0 @@
{% 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 %}