Last change
on this file was
12039,
checked in by Henrik Bettermann, 11 years ago
|
Implement customer self-registration.
|
File size:
884 bytes
|
Rev | Line | |
---|
[11971] | 1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
[11979] | 2 | i18n:domain="waeup.ikoba" enctype="multipart/form-data"> |
---|
[11971] | 3 | |
---|
[11977] | 4 | <input type="hidden" name="customer_id" value="" |
---|
| 5 | tal:attributes="value context/customer_id" /> |
---|
[11971] | 6 | |
---|
| 7 | <table class="form-table"> |
---|
| 8 | <tbody> |
---|
| 9 | <tr> |
---|
| 10 | <td class="fieldname" i18n:translate="">Password:</td> |
---|
| 11 | <td> |
---|
| 12 | <input name="change_password" class="form-control" type="password" /> |
---|
| 13 | </td> |
---|
| 14 | </tr> |
---|
| 15 | <tr> |
---|
| 16 | <td class="fieldname" i18n:translate="">Retype Password:</td> |
---|
| 17 | <td> |
---|
| 18 | <input name="change_password_repeat" class="form-control" type="password" /> |
---|
| 19 | </td> |
---|
| 20 | </tr> |
---|
| 21 | </tbody> |
---|
| 22 | </table> |
---|
[12039] | 23 | <br /> |
---|
[11971] | 24 | |
---|
| 25 | <div tal:condition="view/availableActions"> |
---|
| 26 | <input tal:repeat="action view/actions" |
---|
| 27 | tal:replace="structure action/render" |
---|
| 28 | /> |
---|
| 29 | </div> |
---|
| 30 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.