show property_type

This commit is contained in:
2025-01-20 18:01:15 +08:00
parent 896a69ade7
commit a0b0082b76
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<p><strong>Description:</strong> {{ listing.description }}</p>
<p><strong>Price:</strong> ${{ listing.price }}</p>
<p><strong>Location:</strong> {{ listing.location }}</p>
<p><strong>Property Type:</strong> {{ listing.property_type }}</p>
<p><strong>Property Type:</strong> {{ property_type_display }}</p>
<p><strong>Max Guests:</strong> {{ listing.guests }}</p>
<p><strong>Rooms:</strong> {{ listing.rooms }}</p>
<p><strong>Bathrooms:</strong> {{ listing.bathrooms }}</p>