fix for clean logout
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user