source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/loginasstep2.pt @ 17918

Last change on this file since 17918 was 11254, checked in by uli, 11 years ago

Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.

File size: 609 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/student_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.