From: PA Parent Date: Sun, 11 Dec 2011 20:26:59 +0000 (-0500) Subject: Optimise en mettant spaceless X-Git-Tag: DAE+RH~238^2~16 X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=commitdiff_plain;h=7bedacc4f1290faff088a2c0c8f8435e378d921a Optimise en mettant spaceless --- diff --git a/project/rh/templates/rh/rapports/postes.html b/project/rh/templates/rh/rapports/postes.html index b0ce839..ec41658 100644 --- a/project/rh/templates/rh/rapports/postes.html +++ b/project/rh/templates/rh/rapports/postes.html @@ -21,7 +21,7 @@ Nom Prénom - {% for poste in postes %} + {% spaceless %}{% for poste in postes %} {{ poste.id }} {{ poste.nom }} @@ -30,7 +30,7 @@ {{ poste.employe_nom }} {{ poste.employe_prenom }} - {% endfor %} + {% endfor %}{% endspaceless %}