From a26c3b5d884f58058f7e79e4541cd59a36201548 Mon Sep 17 00:00:00 2001 From: tr4ck3ur Date: Sat, 23 Sep 2017 13:35:50 +0200 Subject: [PATCH] Ensure we don't overwrite staff profile, then remove wifi password awaiting valid one --- jm2l/templates/Profil/Profil.mako | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/jm2l/templates/Profil/Profil.mako b/jm2l/templates/Profil/Profil.mako index 0da19e1..ace6ab1 100644 --- a/jm2l/templates/Profil/Profil.mako +++ b/jm2l/templates/Profil/Profil.mako @@ -4,15 +4,21 @@ ##
% if uprofil!=request.user and request.user.uid==1: - + % else: % endif
+ % if uprofil!=request.user and request.user.Staff==1: + Se connecter "en tant que" ${uprofil.nom} ${uprofil.prenom} - + Son profil public
+ % else: Mon lien de connection - Mon profil public
+ % endif +

${profil_form.prenom.data} ${profil_form.nom.data}

<% DicFormA = { @@ -69,10 +75,14 @@ DicForm2 = {
SSID
Unice-HotSpot
-
Votre utilisateur:
+ +
Vos identifiants:
+
Nous n'avons pas encore l'information
Plus de détails ...
@@ -158,7 +168,9 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)} - Je fais partie de ... + % if uprofil==request.user: + Je fais partie de ... + % endif @@ -167,7 +179,14 @@ ${helpers.DisplayRespForm(profil_form, DicFormB)}
+ % if uprofil!=request.user and request.user.Staff==1: + En tant que Staff des JM2L,
+ Je me connecte "en tant que"
+ ${uprofil.nom} ${uprofil.prenom}
+ pour modifier sa fiche ... + % else: + % endif