mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
fixed quantitoes
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Quantity</label>
|
||||
<input type="number" step="0.01" class="form-control" name="quantity" value="1" required>
|
||||
<label class="form-label">Quantity (g)</label>
|
||||
<input type="number" step="0.01" class="form-control" name="quantity" value="100" required>
|
||||
</div>
|
||||
<button type="button" class="btn btn-success" onclick="addFoodToMeal()">Add Food</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user