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,4 +1,5 @@
{% extends 'backoffice/base.html.twig' %}
{% block title %}{{ parent() }}{{ season.name }}{% endblock %}
{% block body %}
<h2 class="py-2">{{ 'Season'|trans }}: {{ season.name }}</h2>
<div class="row">