Update template a bit

This commit is contained in:
Matt Wright
2012-07-10 14:39:43 -04:00
parent 86447ab0c9
commit 4f557dac4c
7 changed files with 26 additions and 1 deletions
@@ -1,3 +1,5 @@
{% include "../messages.html" %}
<h1>Edit account</h1>
<form action="{{ url_for('flask_security.update_user') }}" method="POST" name="edit_user_form">
{{ edit_user_form.hidden_tag() }}
{{ edit_user_form.email.label }} {{ edit_user_form.email }}<br/>