{% extends 'base.html' %} {% load humanize %} {% block title %}Request Chemical Update{% endblock %} {% block extrahead %} {% load static %} {% load custom_tags_and_filters %} {% endblock %} {% block content %}

Request Update for Chemical

{{ user_chem.chemical.name }}

Label ID: {{ user_chem.label_id }}

Current Location: {{ user_chem.location }}

Expiration: {{ user_chem.expiration }}

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
Please fill out only the fields you wish to update.
{{ form.new_owner.errors }}
{{ form.new_location.errors }}
{{ form.new_expiration.errors }}
{{ form.other_comments.errors }}
Cancel
{% endblock %}