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

This commit is contained in:
Frank
2026-01-06 20:23:46 +01:00
parent 9c5b3fbe4e
commit 01b0522bd1
8 changed files with 303 additions and 7 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 %}