From: x2000habouzit Date: Wed, 27 Sep 2006 08:49:21 +0000 (+0000) Subject: merge X-Git-Tag: xorg/0.9.12~249 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f0cdf38cf8cff347babf5d40dd20de6950927197;p=platal.git merge git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@913 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/templates/payment/index.tpl b/templates/payment/index.tpl index dd4c34d..0fccf8c 100644 --- a/templates/payment/index.tpl +++ b/templates/payment/index.tpl @@ -89,7 +89,7 @@ function payment_submit(form) { form.op.value = 'select'; form.montant.value = 0; - form.action = form.action + '/' + form.ref.value; + form.action = 'payment/' + form.ref.value; form.submit(); } {/literal}