source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/loginasstep2.pt @ 12253

Last change on this file since 12253 was 11967, checked in by Henrik Bettermann, 10 years ago

Add browser components for customers. Tests will follow.

File size: 610 bytes
Line 
1<form action="." tal:attributes="action request/URL" method="post"
2      enctype="multipart/form-data">
3  <p i18n:translate="login_as_intro_2">
4    The random password
5    "<span i18n:name="password"
6          tal:replace=view/password></span>"
7    has been set. You can proceed by clicking the button below.
8  </p>
9  <input type="hidden" name="form.login" tal:attributes="value view/context/customer_id" />
10  <input type="hidden" name="form.password"   tal:attributes="value view/password" />
11  <input class="btn btn-primary" type="submit" name="SUBMIT"
12    tal:attributes="value view/login_button" />
13</form>
Note: See TracBrowser for help on using the repository browser.