{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
Login

Don't have an account? Register here!

{% csrf_token %} {{ form|crispy }}
{% endblock %}