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

This commit is contained in:
Frank
2026-01-06 20:20:55 +01:00
parent 59c1d97d84
commit 314e16d4bf
9 changed files with 304 additions and 8 deletions
+1 -1
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 %}