Monkey patched User model. Poller js is templated. Plus minor changes
[flowspy] / templates / registration / password_change_form.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 <div id="passwordchange">
5     <h1>{% trans "Change Password" %}</h1>
6     <fieldset>
7         <form method="post">
8                 <table>
9             {{ form.as_table }}
10                         </table>
11             <input class="submit" type="submit" value="{% trans "Submit" %}" />
12         </form>
13     </fieldset>
14 </div>
15 {% endblock %}