X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/55270a42bf0699bd78b95a945fddd73a165507ee..03c8b0becd6264301a64e9201588c60c9b588ad1:/floof/templates/account/register.mako diff --git a/floof/templates/account/register.mako b/floof/templates/account/register.mako index 485012c..70d64b0 100644 --- a/floof/templates/account/register.mako +++ b/floof/templates/account/register.mako @@ -2,9 +2,9 @@

Registering from ${c.identity_url}.

-${h.form(url.current(action='register_finish'), method='POST')} +${h.form(url('register_finish'), method='POST')}
-
Username
+
Username—lowercase letters, digits, and hyphens only; no more than 20 characters
${h.text('username', value=c.username)}
${h.submit(None, 'Register')}