{% extends "base.html" %} {% block title %}Log In | nd {% endblock %} {% block content %} {% if form.errors %}

Sorry, your username and password didn't match our records. Please try again.

If you don't have an account yet, you should register one.

{% endif %}
{% csrf_token %}
{{ form.username }}

{{ form.password }}

{# TEMPORARY#} {# #}

Don't have an account? Register! {# Forgot your password? Set a new one. #}

{% endblock content %}