{% extends "seeddb/base.html" %} {% block content %}

Back to list

{% comment %} Because of the generic build of seeddb, we need to handle a special case when a map is present. {% endcomment %}
{{ title }} {% if object %} {% endif %} {% block formfields %} {% for field in form %} {% endfor %} {% endblock %}
{{ object }}
{{ field }} {% if field.errors %} {{ field.errors }} {% endif %}
{% if delete_url and object %}
{% endif %}
{% if map %}
Click the map to update the geo position
{% endif %}
{# row #} {% endblock %}