{% 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 %}
{% if map %}
{% include 'seeddb/frag_edit_form.html' %}
Click the map to update the geo position
{% else %}
{% include 'seeddb/frag_edit_form.html' %}
{% endif %}
{% endblock %}