diff --git a/get_together/templates/get_together/places/list_places.html b/get_together/templates/get_together/places/list_places.html index 2b04104..e525b9b 100644 --- a/get_together/templates/get_together/places/list_places.html +++ b/get_together/templates/get_together/places/list_places.html @@ -3,11 +3,5 @@ {% block content %} {% include "events/place_list.html" %} -{% if request.user.is_authenticated %} -
-
- -
-{% endif %} {% endblock %}