Author: benj
Date: Mon Nov 21 13:50:33 2016
New Revision: 1758

URL: http://svn.gna.org/viewcvs/gdtc?rev=1758&view=rev
Log:
Fix rolback url

Modified:
    trunk/gdtc/templates/smarty/my/paiement_err.tpl

Modified: trunk/gdtc/templates/smarty/my/paiement_err.tpl
URL: 
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/templates/smarty/my/paiement_err.tpl?rev=1758&r1=1757&r2=1758&view=diff
==============================================================================
--- trunk/gdtc/templates/smarty/my/paiement_err.tpl     (original)
+++ trunk/gdtc/templates/smarty/my/paiement_err.tpl     Mon Nov 21 13:50:33 2016
@@ -16,10 +16,10 @@
 </div>
 
 <p>Pour procéder à une nouvelle tentative de paiement par carte, <a
-href="?action=pre_paiement{if $sid}&sid={$sid}&key={$key}{/if}">cliquez 
ici</a>.</p>
+href="?action=pre_paiement{if $sid}&sid={$sid}{/if}{if 
$key}&key={$key}{/if}">cliquez ici</a>.</p>
 
 <p>Pour opter pour un autre mode de paiement, <a
-href="?action=paiement{if $sid}&sid={$sid}&key={$key}{/if}">cliquer 
ici</a>.</p>
+href="?action=paiement{if $sid}&sid={$sid}{/if}{if 
$key}&key={$key}{/if}">cliquer ici</a>.</p>
 
 <p>Pour signaler un problème au secrétaire, envoyez un mail à
 <a href="mailto:[email protected]";>[email protected]</a>


_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits

Reply via email to