{% extends "index/base.html" %} {% block title %} Login Here {% endblock %} {% load crispy_forms_tags %} {% block content %}
{% csrf_token %} {{form|crispy}}

Don't have an accoount? Create one here

{% endblock %}