{% extends "base.html" %} {% block title %}Member Login{% endblock %} {% block content %}
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 %}Don't have an account yet? Create your own now! It's fast, easy, and free!
{% endblock %}