renamed confirm page
This commit is contained in:
parent
074451cec2
commit
9f858d50ae
4 changed files with 3 additions and 53 deletions
7
templates/order/confirmation.html
Normal file
7
templates/order/confirmation.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<button id="close_button">Close</button>
|
||||
{{.Status}}
|
||||
<script>
|
||||
document.getElementById("close_button").addEventListener("click", function () {
|
||||
document.getElementById("response").innerHTML = ""
|
||||
})
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue