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,6 +1,6 @@
{% extends 'backoffice/base.html.twig' %}
{% block title %}Hello BackofficeController!{% endblock %}
{% block title %}{{ parent() }}Backoffice{% endblock %}
{% block body %}
<div class="d-flex flex-row align-items-center">