diff --git a/kitchen/templates/kitchen/partials/pantry_expiry_edit.html b/kitchen/templates/kitchen/partials/pantry_expiry_edit.html new file mode 100644 index 0000000..ca24716 --- /dev/null +++ b/kitchen/templates/kitchen/partials/pantry_expiry_edit.html @@ -0,0 +1,17 @@ + + {{ item.ingredient.name }} + {{ item.quantity|floatformat:0 }} {{ item.unit }} + +
+ + + +
+ + diff --git a/kitchen/templates/kitchen/partials/pantry_table.html b/kitchen/templates/kitchen/partials/pantry_table.html index 507eb17..4a8db02 100644 --- a/kitchen/templates/kitchen/partials/pantry_table.html +++ b/kitchen/templates/kitchen/partials/pantry_table.html @@ -19,8 +19,18 @@ {% else %} {% endif %} + - + +