Remove my old test logout button

I now have a legit logout button in my navbar!
This commit is contained in:
Eli Ribble 2016-06-09 10:00:00 -06:00
parent 213562120c
commit f566ca8914
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
{% extends 'layout.html' %}
{% block main_content %}
<h1>Hello {{ current_user.name }} from Vanth</h1>
<form action="/logout/" method="POST">
<input type="submit">Log out</input>
</form>
{% endblock %}