diff --git a/places/templates/places/restaurant_detail.html b/places/templates/places/restaurant_detail.html index a94718d..16df360 100644 --- a/places/templates/places/restaurant_detail.html +++ b/places/templates/places/restaurant_detail.html @@ -9,7 +9,8 @@

{{ restaurant.name }}

{% for category in restaurant.categories.all %} - {{ category.name }} + {{ category.name }} {% endfor %}