Geoffrey-Django/templates/GeoffreyApp/pointofinterest_list.html

10 lines
222 B
HTML

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