projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaned up websetup a little.
[zzz-floof.git]
/
floof
/
templates
/
account
/
register.mako
diff --git
a/floof/templates/account/register.mako
b/floof/templates/account/register.mako
index
485012c
..
70d64b0
100644
(file)
--- a/
floof/templates/account/register.mako
+++ b/
floof/templates/account/register.mako
@@
-2,9
+2,9
@@
<p>Registering from <strong>${c.identity_url}</strong>.</p>
<p>Registering from <strong>${c.identity_url}</strong>.</p>
-${h.form(url
.current(action=
'register_finish'), method='POST')}
+${h.form(url
(
'register_finish'), method='POST')}
<dl class="form">
<dl class="form">
- <dt>Username</dt>
+ <dt>Username
—lowercase letters, digits, and hyphens only; no more than 20 characters
</dt>
<dd>${h.text('username', value=c.username)}</dd>
<dd>${h.submit(None, 'Register')}</dd>
<dd>${h.text('username', value=c.username)}</dd>
<dd>${h.submit(None, 'Register')}</dd>