2de23a4cab709b51a282d798d965a7621396659c
[zzz-floof.git] / floof / templates / account / register.mako
1 <%inherit file="/base.mako" />
2
3 <p>Registering from <strong>${c.identity_url}</strong>.</p>
4
5 ${h.form(url('register_finish'), method='POST')}
6 <dl class="form">
7     <dt>Username</dt>
8     <dd>${h.text('username', value=c.username)}</dd>
9
10     <dd>${h.submit(None, 'Register')}</dd>
11 </dl>
12 ${h.end_form()}