mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-30 11:19:59 +00:00
Update add_item.html
Changed the order of macros when adding new item
This commit is contained in:
@@ -20,8 +20,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
{{ form.protein.label(class="form-label") }}
|
{{ form.fat.label(class="form-label") }}
|
||||||
{{ form.protein(class="form-control") }}
|
{{ form.fat(class="form-control") }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-3">
|
||||||
|
{{ form.saturated_fat.label(class="form-label") }}
|
||||||
|
{{ form.saturated_fat(class="form-control") }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
@@ -35,13 +40,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
{{ form.fat.label(class="form-label") }}
|
{{ form.protein.label(class="form-label") }}
|
||||||
{{ form.fat(class="form-control") }}
|
{{ form.protein(class="form-control") }}
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mb-3">
|
|
||||||
{{ form.saturated_fat.label(class="form-label") }}
|
|
||||||
{{ form.saturated_fat(class="form-control") }}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ form.submit(class="btn btn-primary") }}
|
{{ form.submit(class="btn btn-primary") }}
|
||||||
|
|||||||
Reference in New Issue
Block a user