diff --git a/templates/trip/list.html b/templates/trip/list.html index 07dad88..a0f3f48 100644 --- a/templates/trip/list.html +++ b/templates/trip/list.html @@ -116,40 +116,8 @@ {% endfor %} {% endif %} - {% for item in trip.conferences %} - {% set country = get_country(item.country) if item.country else None %} -
- Topic: {{ item.topic }} - | Venue: {{ item.venue }} - | Location: {{ item.location }} - {% if country %} - {{ country.flag }} - {% elif item.online %} - 💻 Online - {% else %} - - country code {{ item.country }} not found - - {% endif %} - {% if item.free %} - | free to attend - {% elif item.price and item.currency %} - | price: {{ item.price }} {{ item.currency }} - {% endif %} -
-+ Topic: {{ item.topic }} + | Venue: {{ item.venue }} + | Location: {{ item.location }} + {% if country %} + {{ country.flag }} + {% elif item.online %} + 💻 Online + {% else %} + + country code {{ item.country }} not found + + {% endif %} + {% if item.free %} + | free to attend + {% elif item.price and item.currency %} + | price: {{ item.price }} {{ item.currency }} + {% endif %} +
+