Add "Exit game" button on end game page so there's a way to get back to the entrance page of the game.

pull/20/head
Daniel Perelman 7 years ago
parent a7ed96dd95
commit 65f81c5355

@ -27,6 +27,10 @@
</table>
</p>
</div>
<div class="button-container">
<a href="{% url 'index' %}" class="button" id="button-home">Exit game</a>
</div>
{% endblock %}
{% block game_refresh %}{% endblock %}

Loading…
Cancel
Save