From 9182d8912816c27e67e452334df370c8fdc89ba4 Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Fri, 13 Oct 2017 19:31:03 +0200 Subject: [PATCH] # Fix 361 --- cps/templates/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index f2a16a02..f611ed90 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -72,10 +72,8 @@
  • {% endif %} {% endif %} - {% if not g.user.is_authenticated %} -
  • {{_('Login')}}
  • - {% endif %} {% if g.allow_registration and not g.user.is_authenticated %} +
  • {{_('Login')}}
  • {{_('Register')}}
  • {% endif %} @@ -138,7 +136,9 @@ {% if g.user.show_series() %} {%endif%} + {% if g.user.show_author() %} + {%endif%} {% if g.user.filter_language() == 'all' and g.user.show_language() %} {%endif%}