diff --git a/pylons_app/templates/password_reset.html b/pylons_app/templates/password_reset.html new file mode 100644 --- /dev/null +++ b/pylons_app/templates/password_reset.html @@ -0,0 +1,54 @@ +## -*- coding: utf-8 -*- + + + + ${_('Reset You password to hg-app')} + + + + + + + + + + + + + +
+ +
+
${_('Reset You password to hg-app')}
+
+
+
+
+ ${h.form(url('password_reset'))} +
+ +
+ +
+
+ +
+
+ ${h.text('email')} +
+
+ +
+
+ ${h.submit('send','Reset my password',class_="ui-button ui-widget ui-state-default ui-corner-all")} +
${_('Your new password will be send to matching email address')}
+
+
+
+
+ ${h.end_form()} +
+
+ + +