Update backoffice templates to dynamically include titles and improve candidate handling in SeasonController

This commit is contained in:
2025-06-13 13:09:12 +02:00
parent 379fafcd16
commit 77d21b004f
6 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
{% extends 'base.html.twig' %}
{% block importmap %}{{ importmap('backoffice') }}{% endblock %}
{% block title %}Tijd voor de test | {% endblock %}
{% block nav %}{{ include('backoffice/nav.html.twig') }}{% endblock %}