{% extends 'inventory/base.html' %} {% block content %}

Add Category

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