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

10 lines
224 B
HTML

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