{% extends "mainTemplate.html" %} {% block title %}Login{% endblock %} {% load crispy_forms_tags %} {% block content %}

Login

{% if messages %}
{% endif %}
{% csrf_token %} {{form|crispy}}

Don't have an account? Register here!

{% endblock %}