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

9 lines
222 B
HTML
Raw Normal View History

2019-05-12 16:23:59 +00:00
{% extends "GeoffreyApp/base.html" %}
{% block header %}
Attractions
{% endblock %}
{% block content %}
{% include "GeoffreyApp/location_table.html" with loc_list=attraction_list show_owner=True %}
{% endblock %}