|
|
@ -7,7 +7,7 @@ |
|
|
|
<script src="{{ url_for('static', filename='assets/leaflet/utils.js') }}"></script> |
|
|
|
<script src="{{ url_for('static', filename='assets/leaflet/utils.js') }}"></script> |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block app_content %} |
|
|
|
{% block player_app_content %} |
|
|
|
<h1>{{ game.name }}: {{ current_user.name }}</h1> |
|
|
|
<h1>{{ game.name }}: {{ current_user.name }}</h1> |
|
|
|
{% include '_game_player_info.html' %} |
|
|
|
{% include '_game_player_info.html' %} |
|
|
|
<h2>Objective Locations:</h2> |
|
|
|
<h2>Objective Locations:</h2> |
|
|
|