BirdQuizz/templates/game/answer.html

7 lines
142 B
HTML
Raw Normal View History

2022-05-26 10:27:26 +02:00
{% extends "base.html" %}
{% block content %}
<p>{{ message }}</p>
2022-05-26 13:58:46 +02:00
<p>
<a href="/game/new">{{ _('New Question') }}</a>
</p>
2022-05-26 10:27:26 +02:00
{% endblock %}