{% extends 'map/base.html' %} {% load crispy_forms_filters %} {% block h1 %}Change your location{% endblock %} {% block content %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}