im/inventory/templates/inventory/consume.html
2018-09-22 11:31:39 +02:00

6 lines
113 B
HTML

{% extends 'inventory/base.html' %}
{% block content %}
TODO: add form to mark items as consumed
{% endblock %}