]> git.gir.st - subscriptionfeed.git/blob - app/templates/account_mgmt.html.j2
implement password change
[subscriptionfeed.git] / app / templates / account_mgmt.html.j2
1 {% extends "base.html.j2" %}
2 {% import 'macros.imp.j2' as macros %}
3
4 {% block title %}Account Management{% endblock %}
5
6 {% block content %}
7 {{ super() }}
8 <fieldset><legend>Change Password</legend>
9 <form method=POST>
10 <label>Current:<input name=oldpasswd type=password></label><br>
11 <label>New Password:<input name=newpasswd type=password></label><br>
12 <button name=action value="chpwd">Update</button>
13 </form>
14 </fieldset>
15 {% endblock %}
Imprint / Impressum