From 0b8edb7fa5922eb3c51cee0dedee0482e5b7db95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Wed, 14 Feb 2018 18:31:21 +0100 Subject: [PATCH] Fix logout link. --- pygameweb/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygameweb/templates/base.html b/pygameweb/templates/base.html index 42ee36d..7bcff20 100644 --- a/pygameweb/templates/base.html +++ b/pygameweb/templates/base.html @@ -63,7 +63,7 @@ {% if current_user and url_for_security %}
{% if current_user.is_authenticated %} - Log Out + Log Out Add a new project Your projects {% else %}