testing with chekcboxes

This commit is contained in:
vabene1111 2019-12-24 00:09:07 +01:00
parent dbea9c80da
commit 6c6264ce4d

View File

@ -40,6 +40,7 @@
<table class="">
{% for i in ingredients %}
<tr>
<td><input type="checkbox"></td>
<td>{{ i.amount.normalize }} {{ i.unit }}</td>
<td style="padding-left: 8px">{{ i.name }}</td>
</tr>