im/inventory/templates/inventory/pantryitemline_detail.html

6 lines
93 B
HTML

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