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

10 lines
235 B
HTML

{% extends "GeoffreyApp/base.html" %}
{% block header %}
Points of Interest
{% endblock %}
{% block content %}
{% include "GeoffreyApp/location_table.html" with loc_list=pointofinterest_list show_owner=True %}
{% endblock %}