Logfiles for sessions
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
{% block body %}
|
||||
<h1>Game Dashboard</h1>
|
||||
|
||||
{% if is_granted('ROLE_ADMIN') %}
|
||||
<p><a href="{{ path('game_admin_dashboard') }}">Go to Game Admin Dashboard</a></p>
|
||||
{% endif %}
|
||||
|
||||
<h2>Create New Session</h2>
|
||||
{% if availableGames is not empty %}
|
||||
<form method="post">
|
||||
|
||||
Reference in New Issue
Block a user