diff --git a/bakerydemo/templates/locations/locations_index_page.html b/bakerydemo/templates/locations/locations_index_page.html index 245645f..63455ae 100644 --- a/bakerydemo/templates/locations/locations_index_page.html +++ b/bakerydemo/templates/locations/locations_index_page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load wagtailimages_tags %} +{% load wagtailcore_tags %} {% block content-header %} {{ page.title }} @@ -7,6 +7,6 @@ {% block content-body %} {% for location in locations %} -
{{ location.title }}
+
{{ location.title }}
{% endfor %} -{% endblock content-body %} \ No newline at end of file +{% endblock content-body %}