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 @@
{{_('Logout')}}
{% 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() %}
{{_('Series')}}
{%endif%}
+ {% if g.user.show_author() %}
{{_('Authors')}}
+ {%endif%}
{% if g.user.filter_language() == 'all' and g.user.show_language() %}
{{_('Languages')}}
{%endif%}