Shopping list (WIP)
This commit is contained in:
parent
ce3821b94e
commit
084be9fb00
16 changed files with 296 additions and 90 deletions
|
|
@ -4,6 +4,20 @@
|
|||
|
||||
<div class="content" id="home">
|
||||
{% include "calendar.html" %}
|
||||
|
||||
<div id="shopping-list">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="hidden-templates">
|
||||
<div class="shopping-item">
|
||||
<input class="item-is-checked" type="checkbox"/>
|
||||
<div class="item-quantity"></div>
|
||||
<div class="item-name"></div>
|
||||
<div class="item-scheduled-recipe"><a></a></div>
|
||||
<div class="item-delete"></div>
|
||||
</div>
|
||||
<span class="calendar-date-format">{{ tr.t(Sentence::CalendarDateFormat) }}</span>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue