Geoffrey-Django/GeoffreyApp/templates/GeoffreyApp/attraction_list.html

9 lines
222 B
HTML

{% extends "GeoffreyApp/base.html" %}
{% block header %}
Attractions
{% endblock %}
{% block content %}
{% include "GeoffreyApp/location_table.html" with loc_list=attraction_list show_owner=True %}
{% endblock %}