Skip to content

Commit

Permalink
Fix title in team admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayvented committed Feb 9, 2024
1 parent 1933bc6 commit ee87085
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/team/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

{% block title %}
{% trans %}adminArea{% endtrans %}
{{ currentTeam is defined and currentTeam ? currentTeam.name }}
{{ title is defined ? ': ' ~ title }}
{{ currentTeam is defined and currentTeam ? currentTeam.name : team is defined ? team }}{{ title is defined ? ': ' ~ title }}
{% endblock %}

{% block body %}
Expand Down

0 comments on commit ee87085

Please sign in to comment.