mirror of
				https://github.com/StefBuwalda/cal_counter.git
				synced 2025-10-30 03:10:00 +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 class="mb-3"> | ||||
|         {{ form.protein.label(class="form-label") }} | ||||
|         {{ form.protein(class="form-control") }} | ||||
|         {{ form.fat.label(class="form-label") }} | ||||
|         {{ 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 class="mb-3"> | ||||
| @@ -35,13 +40,8 @@ | ||||
|     </div> | ||||
|  | ||||
|     <div class="mb-3"> | ||||
|         {{ form.fat.label(class="form-label") }} | ||||
|         {{ form.fat(class="form-control") }} | ||||
|     </div> | ||||
|  | ||||
|     <div class="mb-3"> | ||||
|         {{ form.saturated_fat.label(class="form-label") }} | ||||
|         {{ form.saturated_fat(class="form-control") }} | ||||
|         {{ form.protein.label(class="form-label") }} | ||||
|         {{ form.protein(class="form-control") }} | ||||
|     </div> | ||||
|  | ||||
|     {{ form.submit(class="btn btn-primary") }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user