Added more features (map toggle, return to start), made things look a lot lot lot nicer imo

This commit is contained in:
root
2019-11-28 01:14:29 +01:00
parent c61adb84e2
commit 3b6f10431f
5 changed files with 58 additions and 30 deletions

View File

@@ -17,7 +17,7 @@
Your guess was {{distance|intcomma}}m away.
</div>
<div id="map" class="map"></div>
<div id="map" class="guessMap"></div>
{% if last_round %}
<a class="btn btn-success btn-lg btn-block" href="{% url 'game:end-recap-view' game_pk=game_id %}" role="button">Game Recap</a>