aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Logistique
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 12:01:04 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 12:01:04 +0100
commit12d69abf83685d70030f06a203983f1298ae534a (patch)
tree686a7e005afb5fa4045c10b9861353eb410d3b55 /jm2l/templates/Logistique
parentbf7fdc00bfecee47a3d5025de077bb0640dd3146 (diff)
downloadjm2l-12d69abf83685d70030f06a203983f1298ae534a.tar.gz
jm2l-12d69abf83685d70030f06a203983f1298ae534a.tar.bz2
jm2l-12d69abf83685d70030f06a203983f1298ae534a.tar.xz
jm2l-12d69abf83685d70030f06a203983f1298ae534a.zip
Fix all last changes for pre-production test
Diffstat (limited to 'jm2l/templates/Logistique')
-rw-r--r--jm2l/templates/Logistique/Logistique.mako5
1 files changed, 4 insertions, 1 deletions
diff --git a/jm2l/templates/Logistique/Logistique.mako b/jm2l/templates/Logistique/Logistique.mako
index 48c1b05..adb55ae 100644
--- a/jm2l/templates/Logistique/Logistique.mako
+++ b/jm2l/templates/Logistique/Logistique.mako
@@ -298,7 +298,10 @@ ListWrap = ["Co-voiturage",u"Hébergement","Matos"]
## Handle the Javascript Refresh to live update Current Page
## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
% if reload:
- <% DicExch = Exchanges.get_overview( request.user.uid ) %>
+ <%
+ DicExch = Exchanges.get_overview( request.user.uid )
+ context._kwargs['postpone_js'] = []
+ %>
${Route_wrapper(DicExch)}
${Exchange_wrapper(Type, DicExch[Type])}
%endif