|
|
@@ -56,7 +56,7 @@
|
|
|
{% if sightsee|length %} {% for hotelItem in sightsee %}
|
|
|
<li class="hotelItem">
|
|
|
<a href="tourist?id={{hotelItem.id}}">
|
|
|
- <img src="{{hotelItem.hotel_img}}" alt="">
|
|
|
+ <img src="http://127.0.0.1:8000/{{hotelItem.sightsee_img}}" alt="">
|
|
|
<div class="hotelDetial">
|
|
|
<h2>{{hotelItem.name}}</h2>
|
|
|
<div class="abstract-wrap">
|