From 030a02375c423f3820480afc2abd7a86fcc102b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Wed, 17 Jan 2018 15:42:55 +0100 Subject: [PATCH] Fix & clean login/logout urls - Use the right slug for kfet root page. - Redirection url of login and generic login now contains the query string of the current request. --- kfet/templates/kfet/base_nav.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kfet/templates/kfet/base_nav.html b/kfet/templates/kfet/base_nav.html index 1b71d8ca..7db5cdc5 100644 --- a/kfet/templates/kfet/base_nav.html +++ b/kfet/templates/kfet/base_nav.html @@ -91,7 +91,7 @@ {% if user.username != 'kfet_genericteam' %}
  • - + {% trans "Ouvrir une session partagĂ©e" %}
  • @@ -116,7 +116,7 @@ {% elif not user.is_authenticated %}
  • - + {% trans "Connexion" %}