X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c50e600e708d2083290134440223ab65076376ee..29dd9f09e93699ac14cd80ea192794ff04cd8f35:/floof/templates/account/register.mako diff --git a/floof/templates/account/register.mako b/floof/templates/account/register.mako new file mode 100644 index 0000000..485012c --- /dev/null +++ b/floof/templates/account/register.mako @@ -0,0 +1,12 @@ +<%inherit file="/base.mako" /> + +

Registering from ${c.identity_url}.

+ +${h.form(url.current(action='register_finish'), method='POST')} +
+
Username
+
${h.text('username', value=c.username)}
+ +
${h.submit(None, 'Register')}
+
+${h.end_form()}