mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
testing with chekcboxes
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
<table class="">
|
<table class="">
|
||||||
{% for i in ingredients %}
|
{% for i in ingredients %}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><input type="checkbox"></td>
|
||||||
<td>{{ i.amount.normalize }} {{ i.unit }}</td>
|
<td>{{ i.amount.normalize }} {{ i.unit }}</td>
|
||||||
<td style="padding-left: 8px">{{ i.name }}</td>
|
<td style="padding-left: 8px">{{ i.name }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user