From 11caac5fa92d83161c8b2c96ae476e860bc09b10 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sun, 21 Jan 2018 12:26:18 -0500 Subject: [PATCH] Fix places list not showing address and city --- events/templates/events/place_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/events/templates/events/place_list.html b/events/templates/events/place_list.html index 399ac39..c3ab6da 100644 --- a/events/templates/events/place_list.html +++ b/events/templates/events/place_list.html @@ -3,9 +3,9 @@ {% for place in places_list %} - - - + + + {% endfor %}
{{ place.name }}{{ team.address|default:'' }}{{ team.city.name|default:'' }}{{ place.name }}{{ place.address|default:'' }}{{ place.city|default:'' }}