Last change
on this file since 17497 was
12039,
checked in by Henrik Bettermann, 10 years ago
|
Implement customer self-registration.
|
File size:
884 bytes
|
Line | |
---|
1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
2 | i18n:domain="waeup.ikoba" enctype="multipart/form-data"> |
---|
3 | |
---|
4 | <input type="hidden" name="customer_id" value="" |
---|
5 | tal:attributes="value context/customer_id" /> |
---|
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> |
---|
23 | <br /> |
---|
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.