fixed ingredient displa
This commit is contained in:
parent
d1b2fd28b4
commit
1b292c4dcb
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
|
|
||||||
{% for i in ingredients %}
|
{% for i in ingredients %}
|
||||||
{{ i.amount }} {{ i.unit }} {{ i.ingredient.name }} <br/>
|
{{ i.amount }} {{ i.unit }} {{ i.name }} <br/>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user