You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inventory-app/templates/item.html

10 lines
168 B

{% extends "main.html" %}
{% block title %} Items {% endblock %}
{% block content %}
<h3>{{item.name}}</h3>
<p>Reorder at: {{item.reorder_point}}</p>
{% endblock %}

Powered by TurnKey Linux.