{% extends "base.html" %} {% block content %} {% if form.has_errors %}

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

{% endif %}

If you have a Columbia UNI, you already have an account and can login through WIND with it

otherwise:

{{ form.username }}
{{ form.password }}
{% endblock %}