{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content_title %}{{ title }}{% endblock %} {% block content %}

{% translate "Use your device to add a location" %}

{% translate "We'll request access to your browser or device location to create a new Location entry automatically." %}

{% csrf_token %}

{% translate "Waiting for permission to read your location…" %}

{% translate "Back to locations" %}
{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %}