{% extends 'admin/base_site.html' %} {% block title %} Update observation for reply {{object.id}} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content_title %} Update linked observation for reply #{{object.id}} {% endblock %} {% block content %}

Be careful. This view allows significant changes to the database. Be sure you know what you are doing.

Currently this reply relates to observation id: {{object.observation.id}} ({{object.observation.label}}) If you would like to amend it to refer to a different observation please select it below:

{% csrf_token %} {{ form.as_p }}
{% endblock %}