{% 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 "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 %}