From 4c65939bbe40a43dfc04941863f7f6b84ae59b96 Mon Sep 17 00:00:00 2001 From: Sli Date: Mon, 16 Dec 2024 09:31:43 +0100 Subject: [PATCH] Fix crash when admin gets to preferences of an user subscribed to a trombinoscope --- core/templates/core/user_preferences.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/core/user_preferences.jinja b/core/templates/core/user_preferences.jinja index 13bee656..d20f708f 100644 --- a/core/templates/core/user_preferences.jinja +++ b/core/templates/core/user_preferences.jinja @@ -28,7 +28,7 @@ {% else %} -

{% trans trombi=user.trombi_user.trombi %}You already choose to be in that Trombi: {{ trombi }}.{% endtrans %} +

{% trans trombi=profile.trombi_user.trombi %}You already choose to be in that Trombi: {{ trombi }}.{% endtrans %}
{% trans %}Go to my Trombi tools{% endtrans %}