Fix search transactions page

This commit is contained in:
Yohann D'ANELLO 2020-08-05 11:34:23 +02:00
parent a096dc4427
commit 2222175d4e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% include "member/club_info.html" %}
{% endwith %}
{% elif note.user %}
{% with user=note.user %}
{% with user_object=note.user %}
{% include "member/profile_info.html" %}
{% endwith %}
{% endif %}