aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Logistique/Logistique.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/Logistique/Logistique.mako')
-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