@ -49,5 +49,3 @@
{% block app_content %}{% endblock %}
</div>
{% endblock %}
@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
{% block player_app_content %}
<h1>Catch Bunny</h1>
<div class="row">
<div class="col-md-4">
@ -7,7 +7,7 @@
<script src="{{ url_for('static', filename='assets/leaflet/utils.js') }}"></script>
<h1>{{ game.name }}: {{ current_user.name }}</h1>
{% include '_game_player_info.html' %}
<h2>Objective Locations:</h2>
<h2>Bunnies:</h2>
@ -1,6 +1,6 @@
<h1>Hi, {{ current_user.name }}!</h1>
<h2>My games:</h2>