X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/69d5189cc4fb2ca63418a0741bf744cf5fee8bc9..b0ad3cb49cc07e32a24cc0119a05c7faf245ae19:/floof/templates/account/register.mako diff --git a/floof/templates/account/register.mako b/floof/templates/account/register.mako index 2de23a4..70d64b0 100644 --- a/floof/templates/account/register.mako +++ b/floof/templates/account/register.mako @@ -4,7 +4,7 @@ ${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')}