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

-
- - - - - - - - - - - - {% for listing in listings %} - - - - - - - - {% endfor %} - -
IDTitleLocationProperty TypeActions
{{ listing.id }}{{ listing.title }}{{ listing.location }}{{ listing.property_type }} - Edit - -
-
+ Add New Listing
+
+ + + + + + + + + + + + {% for listing in listings %} + + + + + + + + {% endfor %} + +
IDTitleLocationProperty TypeActions
{{ listing.id }}{{ listing.title }}{{ listing.location }}{{ listing.property_type }} + Edit + +
+
+

Bookings