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

11 lines
212 B
HTML
Raw Normal View History

{% extends "GeoffreyApp/base.html" %}
{% block header %}
Shops
{% endblock %}
2018-12-15 21:12:17 +00:00
{% block content %}
{% include "GeoffreyApp/location_table.html" with loc_list=shop_list show_owner=True %}
{% endblock %}