Skip to content

Commit

Permalink
+testing deploy again\
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinIW committed Nov 15, 2023
1 parent a36670b commit 4f2b02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ class Item(models.Model):
amount = models.IntegerField(default=0)
description = models.TextField(default = "")


2 changes: 1 addition & 1 deletion main/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">Add New Item</h1>
async function refreshItems() {
document.getElementById("custom-table").innerHTML = ""
const products = await getItems()
let htmlString = `<tr>
let htmlString = `<tr>
<th>Name</th>
<th>Amount</th>
<th>Description</th>
Expand Down

0 comments on commit 4f2b02d

Please sign in to comment.