editing cakes by id

This commit is contained in:
Bronku 2025-01-31 22:26:31 +01:00
parent 353dffdd82
commit a09cee09c8
3 changed files with 19 additions and 2 deletions

View file

@ -9,4 +9,5 @@
</div>
<input value="{{.ID}}" name="id" hidden></input>
<button type="submit">Submit</button>
<button type="button" onclick="document.getElementById('cake_editor').innerText=''">Cancel</button>
</form>