diff --git a/templates/dashboard.html b/templates/dashboard.html
index 09042a0..7068f18 100644
--- a/templates/dashboard.html
+++ b/templates/dashboard.html
@@ -21,36 +21,38 @@
Host Dashboard
-
+
Your Listings
-
-
-
-
- | ID |
- Title |
- Location |
- Property Type |
- Actions |
-
-
-
- {% for listing in listings %}
-
- | {{ listing.id }} |
- {{ listing.title }} |
- {{ listing.location }} |
- {{ listing.property_type }} |
-
- Edit
-
- |
-
- {% endfor %}
-
-
-
+
Add New Listing
+
+
+
+
+ | ID |
+ Title |
+ Location |
+ Property Type |
+ Actions |
+
+
+
+ {% for listing in listings %}
+
+ | {{ listing.id }} |
+ {{ listing.title }} |
+ {{ listing.location }} |
+ {{ listing.property_type }} |
+
+ Edit
+
+ |
+
+ {% endfor %}
+
+
+
+