From ac7d18e14b1758ea2fc4fccda8516cb972239ebb Mon Sep 17 00:00:00 2001 From: 3err0 Date: Tue, 25 Feb 2025 17:24:35 +0800 Subject: [PATCH] new listing link --- templates/dashboard.html | 58 +++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 28 deletions(-) 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