diff --git a/pylons_app/templates/register.html b/pylons_app/templates/register.html new file mode 100644 --- /dev/null +++ b/pylons_app/templates/register.html @@ -0,0 +1,88 @@ +## -*- coding: utf-8 -*- + + + + ${_('Sign Up to hg-app')} + + + + + + + + + + + + + +
+ +
+
${_('Sign Up to hg-app')}
+
+
+
+
+ ${h.form(url('register'))} +
+ +
+
+
+ +
+
+ ${h.text('username')} +
+
+ +
+
+ +
+
+ ${h.password('password')} +
+
+ +
+
+ +
+
+ ${h.text('name')} +
+
+ +
+
+ +
+
+ ${h.text('lastname')} +
+
+ +
+
+ +
+
+ ${h.text('email')} +
+
+ +
+
+ ${h.submit('sign_up','Sign Up',class_="ui-button ui-widget ui-state-default ui-corner-all")} +
+
+
+
+ ${h.end_form()} +
+
+ + +