Commit fa55853d by gema

dtallito que se me olvido chechboxes lista de la compra

parent bd3f650e
......@@ -28,7 +28,7 @@
<form class="ac-custom ac-checkbox" autocomplete="off">
<ul class="text-left ml0">
{% for i in 0..14 %}
<li> <input id="check_{{ i }}" name="check_{{ i }}" type="checkbox" checked="true"/><label>Ingrediente {{ i }}</label></li>
<li> <input id="check_{{ i }}" name="check_{{ i }}" type="checkbox" checked="true"/><label for="check_{{ i }}">Ingrediente {{ i }}</label></li>
{% endfor %}
</ul>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment