From d051a1dbeba8a64754e70b8f240401a31dfef2de Mon Sep 17 00:00:00 2001 From: janeczku Date: Fri, 15 Jul 2016 14:29:57 +0200 Subject: [PATCH] Fix login/logout redirect with reverse proxy --- cps/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}