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

Update User Chemical in Inventory

Use this form to update user owned chemicals currently in the {{ facility_name }}.

Chemical Information

{% csrf_token %}

{% csrf_token %} {% if form.instance.request %}{% endif %}
{% if form.instance.request %} Originally from request: {{ form.instance.request.chemical_name }} {% endif %}
{% endblock %}