1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-26 19:59:56 +00:00

Fix crash when admin gets to preferences of an user subscribed to a trombinoscope

This commit is contained in:
2024-12-16 09:31:43 +01:00
parent 830c752971
commit 4c65939bbe

@@ -28,7 +28,7 @@
</form>
{% else %}
<p>{% trans trombi=user.trombi_user.trombi %}You already choose to be in that Trombi: {{ trombi }}.{% endtrans %}
<p>{% trans trombi=profile.trombi_user.trombi %}You already choose to be in that Trombi: {{ trombi }}.{% endtrans %}
<br />
<a href="{{ url('trombi:user_tools') }}">{% trans %}Go to my Trombi tools{% endtrans %}</a>
</p>