{% extends "base_view.html" %} {% load widget_tweaks %} {% load bird_tags %} {% block title %} meliza-lab : nest check confirmation {% endblock %} {% block content %}
location | pair | changes | {% for form in nest_formset %} {% with nest=form.cleaned_data %}
---|---|---|
{{ nest.location }} | {{ nest.pairing.short_name }} |
{% for change in form.change_summary %}
{{ change }} {% endfor %} |
Instructions: Confirm the changes above, select your username and mark the checkbox to indicate that you checked your work, then click the button to update the database.
{% endblock %}