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 average guess was {{average_distance|intcomma}}m away.{% if all_average %} The average for this challenge is {{all_average|intcomma}}m{%endif%}
</div>
<div id="map" class="map"></div>
<div id="map" class="guessMap"></div>
<a class="btn btn-success btn-lg btn-block" href="{% url 'home' %}" role="button">Homepage</a>