{% extends "base.html" %} {% load compress crispy_forms_tags i18n leaflet_tags static %} {% block page_title %}{% trans "Add a Point of Interest" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Add a Point of Interest" %}

{% trans "Points of interest are a way of adding information about or linked to a particular place. They could be a marker for further research, or just a link to information elsewhere." %}

{% crispy form %}
{% endblock %} {% block stylesheets %} {{ block.super }} {% leaflet_css %} {% endblock %} {% block scripts %} {{ form.media }} {% leaflet_js %} {% endblock %}