diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 85d71db0..68a4f30c 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -79,9 +79,9 @@
  • Admin
  • {% endif %}
  • {{g.user.nickname}}
  • -
  • Logout
  • +
  • Logout
  • {% else %} -
  • Login
  • +
  • Login
  • {% if g.allow_registration %}
  • Register
  • {% endif %}