Compare commits
No commits in common. "5f19d2c02df7b86ff911eb454ecc41edbd33c224" and "1b02c7c3ab54b2f1340713c21de3422dbc22a68f" have entirely different histories.
5f19d2c02d
...
1b02c7c3ab
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ingredient_price">Cena</label>
|
||||
<input class="form-control" id="ingredient_price" type="number" required name="price" placeholder="Cena po kg...">
|
||||
<input class="form-control" id="ingredient_price" type="number" required name="price" placeholder="Cena...">
|
||||
</div>
|
||||
<button class="btn btn-danger">
|
||||
Dodaj Sastojak
|
||||
|
@ -3,7 +3,6 @@
|
||||
<label for="recipe_name">Naziv: </label>
|
||||
<input class="form-control" type="text" name="recipe_name">
|
||||
</div>
|
||||
<p> Recept za 10 obroka <p>
|
||||
{% for ingredient in data["ingredients"] %}
|
||||
<div class="form-group">
|
||||
<input class="form-check-input"type="checkbox" id="{{ingredient.name}}" name="ingredients" value="{{ingredient.id}}"> <label class="form-check-label" for="{{ingredient.name}}">{{ingredient.name}}</label> <input class="form-control" step="0.01" type="number" name="{{ingredient.id}}_ammount" placeholder="kg/L">
|
||||
|
Loading…
x
Reference in New Issue
Block a user