{% extends "admin/base_site.html" %} {% block content_title %} Confirm details of double-entered data {% endblock %} {% block content %}

These data were saved: {{object.last_submit}}

If they were originally recorded earlier, please indicate this below:

{% csrf_token %} {{form.as_p}} Just return to the Observation
{% endblock %}