BirdQuizz/templates/game/new.html

5 lines
91 B
HTML

{% extends "base.html" %}
<a href="/game/new" class="button">
{{ _('New Game') }}
</a>