desing pruning
This commit is contained in:
parent
b8cf13b7d5
commit
be80307bde
7 changed files with 159 additions and 367 deletions
|
|
@ -52,10 +52,7 @@ templ OrderForm(order models.Order, catalogue []models.Cake, allTags []models.Ta
|
|||
<label>Zaliczka</label>
|
||||
<input type="number" name="paid" min="0" step="0.01" value={ order.Paid.String() } oninput={ templ.JSFuncCall("updatePrepaid") }/>
|
||||
</div>
|
||||
<div class="col-span-2">
|
||||
<label>Uwagi</label>
|
||||
<input type="text" placeholder="Alergie, specjalne życzenia..."/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue