change date place
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block body %}
|
||||
<H2># {{ shop }}</H2>
|
||||
<div id=date>{{ date }}</div>
|
||||
<div class=entries>
|
||||
<form action="{{ url_for('toggle_item') }}" method=post class=toggle-item>
|
||||
<input type=hidden name=shopid value="{{ shopid }}" >
|
||||
@@ -9,6 +8,7 @@
|
||||
<input class="submit tickbox {{ entry.extra_class }}" type=submit name=item{{ entry.row }} value="{{ entry.icon }}" >{{ entry.text|safe }}<br>
|
||||
{% endfor %}
|
||||
</form>
|
||||
<div id=date>{{ date }}</div>
|
||||
</div>
|
||||
|
||||
<h2 id="h2_add" onclick="hidetoggle('disp_add')" class=pointer>Add items</h2>
|
||||
|
||||
Reference in New Issue
Block a user