Created a dashboard and created an invite code for game sessions.

This commit is contained in:
Frank
2026-01-06 17:42:06 +01:00
parent 49045bc696
commit 56590a901f
8 changed files with 303 additions and 7 deletions

View File

@@ -5,5 +5,5 @@
{% block body %}
<h1>{{ 'home.h1'|trans({'%site%': ('site.name'|trans)}) }}</h1>
<p>{{ 'home.description'|trans }}</p>
<p><a href="{{ path('game') }}">{{ 'link.enter_game'|trans }}</a></p>
<p><a href="{{ path('game_dashboard') }}">{{ 'link.enter_game'|trans }}</a></p>
{% endblock %}