diff --git a/templates/trip_page.html b/templates/trip_page.html index 651bec2..ac8a381 100644 --- a/templates/trip_page.html +++ b/templates/trip_page.html @@ -144,7 +144,7 @@ country code {{ item.country }} not found {% endif %} - {% if item.price and item.currency %} + {% if g.user.is_authenticated and item.price and item.currency %} | price: {{ item.price }} {{ item.currency }} {% endif %}

@@ -170,7 +170,7 @@ country code {{ item.country }} not found {% endif %} - {% if item.price and item.currency %} + {% if g.user.is_authenticated and item.price and item.currency %} | price: {{ item.price }} {{ item.currency }} {% endif %}