2019-01-14 01:27:48 +00:00
|
|
|
{% extends "GeoffreyApp/base.html" %}
|
|
|
|
|
|
|
|
{% block header %}
|
|
|
|
{{ player.name }}
|
|
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
2019-04-10 22:31:52 +00:00
|
|
|
<h2>Locations</h2>
|
2019-01-14 01:27:48 +00:00
|
|
|
{% include "GeoffreyApp/location_table.html" with loc_list=loc_list %}
|
|
|
|
{% endblock %}
|