This commit is contained in:
ville rantanen
2016-07-04 09:03:55 +03:00
parent 4ec90102de
commit 20d5e087cb
3 changed files with 8 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<form action="{{ url_for('toggle_item') }}" method=post class=toggle-item>
<input type=hidden name=shopid value="{{ shopid }}" >
{% for entry in entries %}
<input class="submit tickbox {{ entry.extra_class }}" type=submit name=item{{ entry.row }} value="{{ entry.icon }}" >{{ entry.text }}<br>
<input class="submit tickbox {{ entry.extra_class }}" type=submit name=item{{ entry.row }} value="{{ entry.icon }}" >{{ entry.text|safe }}<br>
{% endfor %}
</form>
</div>