{% extends 'map/base.html' %} {% load crispy_forms_tags %} {% block h1 %}Login{% endblock %} {% block content %}

Please authenticate before accessing the map.

{% csrf_token %} {{ form|crispy }} I don't have an account
{% endblock %}