diff --git a/templates/note/search_transactions.html b/templates/note/search_transactions.html index cc92639a..62c45797 100644 --- a/templates/note/search_transactions.html +++ b/templates/note/search_transactions.html @@ -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 %}