Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
toutpt committed Oct 30, 2012
1 parent 4deb769 commit e64f3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collective/cmcicpaiement/aller_form.pt
@@ -1,4 +1,4 @@
<form method="post" name="CMCICFormulaire" target="_top" tal:attributes="action view/action_url">
<form method="post" name="CMCICFormulaire" target="_top" tal:attributes="action view/action_url">
<input type="hidden" name="TPE" value="1234567" tal:attributes="value view/TPE">
<input type="hidden" name="version" value="3.0" tal:attributes="value view/version">
<input type="hidden" name="date" value="05/12/2006:11:55:23" tal:attributes="value view/date">
Expand All @@ -13,4 +13,4 @@
<input type="hidden" name="texte-libre" value="ExempleTexteLibre" tal:attributes="value view/texte_libre">
<input type="hidden" name="mail" value="internaute@sonemail.fr" tal:attributes="value view/mail">
<input type="submit" name="bouton" value="Paiement CB">
</form>
</form>

0 comments on commit e64f3a5

Please sign in to comment.