{% extends "base.html" %} {% block title %}Member Login{% endblock %} {% block content %}

Member Login

{% if next %}

You must log in before you can access this page!

{% endif %} {% if form.has_errors %}

Your username and password didn't match. Please try again.

{% endif %}
{{ form.username }}
{{ form.password }}

Don't have an account yet? Create your own now! It's fast, easy, and free!

{% endblock %}