Change urls/views to be (subjectively) simpler

This commit is contained in:
Matt Wright
2012-08-16 17:25:24 -04:00
parent 1d378a6827
commit 1d8b2f8342
9 changed files with 21 additions and 44 deletions
@@ -1,9 +0,0 @@
{% include "_messages.html" %}
{% include "_nav.html" %}
<form action="{{ url_for_security('send_login') }}" method="POST" name="login_form">
{{ form.hidden_tag() }}
{{ form.email.label }} {{ form.email }}<br/>
{{ form.next }}
{{ form.submit }}
</form>
<p>{{ content }}</p>