im/inventory/templates/inventory/pantryitemline_detail.html

7 lines
107 B
HTML

{% extends 'inventory/base.html' %}
{% block content %}
<h1>Item Details</h1>
{{ object }}
{% endblock %}