Ignore:
Timestamp:
12/25/12 10:13:43 (12 years ago)
Author:
nanardon
Message:

fix form parameters making user delete instead address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/users/address.tt

    r1162 r1188  
    4040        <form action="[% c.uri_for(username, subform) %]" method="POST" 
    4141            style="display:inline"> 
    42         <input type="hidden" name="delete" value="[% laddress.id | html %]"> 
     42        <input type="hidden" name="del_addr" value="[% laddress.id | html %]"> 
    4343        <input type="image" value="Effacer" title="Supprimer" alt="effacer" 
    4444            src="[% c.uri_for('/static', 'images', 'edit-delete.png') %]" 
Note: See TracChangeset for help on using the changeset viewer.