From f566ca891423524d15652ef167ad9f907b283d7a Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 9 Jun 2016 10:00:00 -0600 Subject: [PATCH] Remove my old test logout button I now have a legit logout button in my navbar! --- templates/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1e04f79..1321bff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,4 @@ {% extends 'layout.html' %} {% block main_content %}

Hello {{ current_user.name }} from Vanth

-
- Log out -
{% endblock %}