Starting a large refactor and adding confirmation abilities

This commit is contained in:
Matt Wright
2012-05-11 13:23:42 -04:00
parent 1ae711279e
commit 2b587f7047
17 changed files with 633 additions and 528 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{% include "_messages.html" %}
{% include "_nav.html" %}
<form action="{{ url_for('auth.authenticate') }}" method="POST" name="login_form">
<form action="{{ url_for('flask_security.authenticate') }}" method="POST" name="login_form">
{{ form.hidden_tag() }}
{{ form.username.label }} {{ form.username }}<br/>
{{ form.email.label }} {{ form.email }}<br/>
{{ form.password.label }} {{ form.password }}<br/>
{{ form.remember.label }} {{ form.remember }}<br/>
{{ form.next }}