Fix template

This commit is contained in:
Matt Wright
2012-08-16 17:28:50 -04:00
parent 81ba459fc3
commit df08355b1d
+1 -1
View File
@@ -1,7 +1,7 @@
{% from "security/_macros.html" import render_field_with_errors, render_field %}
{% include "security/_messages.html" %}
<h1>Login</h1>
<form action="{{ url_for_security('login') }}" method="POST" name="login_form">
<form action="{{ url_for_security('authenticate') }}" method="POST" name="login_form">
{{ login_form.hidden_tag() }}
{{ render_field_with_errors(login_form.email) }}
{{ render_field_with_errors(login_form.password) }}