diff --git a/templates/my-profile.html.twig b/templates/my-profile.html.twig index 7f825e1..2b4961d 100644 --- a/templates/my-profile.html.twig +++ b/templates/my-profile.html.twig @@ -31,10 +31,10 @@ {% if player.activeMembership %}

- + {{ 'active_membership'|trans }} - +

{% endif %} diff --git a/templates/player-profile.html.twig b/templates/player-profile.html.twig index 2ddc553..9dee73b 100644 --- a/templates/player-profile.html.twig +++ b/templates/player-profile.html.twig @@ -33,10 +33,10 @@ {% if player.activeMembership %}

- + {{ 'active_membership'|trans }} - +

{% endif %}