{% extends "base_view.html" %} {% load static %} {% block title %}meliza-lab : bird colony : edit tags{% endblock %} {% block css %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}

Edit Tags: {{ animal }}

Instructions: This form is used to update the tags for an animal. After selecting zero or more tags, set the date and enter an optional comment to generate a corresponding event in the database.

{% include "birds/partials/tag_list.html" %}
{% csrf_token %}
{{ form.date }}
{{ form.description }}
{{ form.entered_by }}
{% endblock %}