show property_type
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user