From d18795ddf04aa9dcccb8efb6ef0ddf6fedff7177 Mon Sep 17 00:00:00 2001
From: Ethan-clay03 <ethanclay2017@gmail.com>
Date: Wed, 19 Feb 2025 12:33:03 +0000
Subject: [PATCH] Finish removing legacy listing_image field from db and UI

---
 app/templates/index.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/templates/index.html b/app/templates/index.html
index 1ec15c6..86c348a 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -79,7 +79,6 @@
                             </div>
                             <div class="card-body p-3 p-xl-4">
                                 <h3 class="card-title h5">{{listing.destination_location}}</h3>
-                                <p class="card-text">Add Location description here once implemented</p>
                                 <div><a href="#" class="btn btn-primary">Book now</a>
                                 </div>
                             </div>
-- 
GitLab