{% extends 'inventory/base.html' %} {% block content %} If you can not find the Category you want to add a new Line item from, add a new one here

Add Item Line

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