projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merged in my branch 'resources', which is not aptly named anymore since it no longer...
[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()}