spellcheck, and refreshing cake list
This commit is contained in:
parent
2c90e19eba
commit
ea81abb718
9 changed files with 20 additions and 24 deletions
7
templates/new_cake.html
Normal file
7
templates/new_cake.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<h3>Added cake</h3>
|
||||
<ul>
|
||||
<li>ID: {{.ID}}</li>
|
||||
<li>Name: {{.Name}}</li>
|
||||
<li>Price: {{.Price}}</li>
|
||||
</ul>
|
||||
<button hx-get="edit_cakes" hx-swap="innerHTML" hx-target="closest div">back</button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue