urlify
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=utf-8/>
|
||||
<title>Shop</title>
|
||||
<title>MDShop</title>
|
||||
<script language="javascript" src="{{ url_for('static', filename='script.js') }}"></script>
|
||||
<script language="javascript" src="{{ url_for('static', filename='table.js') }}"></script>
|
||||
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user