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 %}