From 22a020e63bc83ae4190d88001f7702133353dbe1 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 2 May 2015 10:39:19 -0400 Subject: [PATCH] User dropdown menu links to user edit page when javascript is disabled. Fix indentation. --- plinth/templates/base.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index e4a3b3591..e7cd73e15 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -102,7 +102,8 @@ - {% if user.is_authenticated %} -
  • - - - Log out -
  • + {% if user.is_authenticated %} +
  • + + + Log out +
  • {% endif %}