diff --git a/.gitignore b/.gitignore
index 68779bc..6a6b1e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,10 @@
app
+mikayla-moving
+
+tmp
+output.css
+
*.swp
*.test
*.out
-tmp
-output.css
-example.db
+*.db
diff --git a/routes/items.go b/routes/items.go
index e86174d..c426f1c 100644
--- a/routes/items.go
+++ b/routes/items.go
@@ -202,7 +202,7 @@ func Post(r *http.Request) *web.Response {
return web.HTML(
http.StatusOK,
html,
- "items/entity-row.html",
+ "items/entity-add-success.html",
item,
nil,
)
diff --git a/templates/components/add-category.html b/templates/components/add-category.html
new file mode 100644
index 0000000..dfc29c9
--- /dev/null
+++ b/templates/components/add-category.html
@@ -0,0 +1,8 @@
+
diff --git a/templates/components/add-packing-stage.html b/templates/components/add-packing-stage.html
new file mode 100644
index 0000000..c93db57
--- /dev/null
+++ b/templates/components/add-packing-stage.html
@@ -0,0 +1,7 @@
+
diff --git a/templates/components/edit-category.html b/templates/components/edit-category.html
index 9a594f5..11b293b 100644
--- a/templates/components/edit-category.html
+++ b/templates/components/edit-category.html
@@ -1,8 +1,8 @@
-
diff --git a/templates/components/edit-packing-stage.html b/templates/components/edit-packing-stage.html
index fda9f08..3088d46 100644
--- a/templates/components/edit-packing-stage.html
+++ b/templates/components/edit-packing-stage.html
@@ -1,7 +1,7 @@
-