From 2f970d6eb425464f079020e323211a30e4206ed4 Mon Sep 17 00:00:00 2001 From: Martin Bley Date: Sun, 18 Sep 2022 17:59:08 +0200 Subject: [PATCH] fix for clean logout --- templates/registration/logout.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 templates/registration/logout.html diff --git a/templates/registration/logout.html b/templates/registration/logout.html deleted file mode 100644 index ae81917..0000000 --- a/templates/registration/logout.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} -{% load url from future %} -{% comment %} - Main page to authenticate users. -{% endcomment %} - -{% block head %} - TipPy | Logout -{% endblock %} - -{% block body %} -
-

Auf wiedersehen

-
-{% endblock %}