diff --git a/templates/note/search_transactions.html b/templates/note/search_transactions.html
index cc92639a36761b8b157c8ede2b745ac45657122b..62c4579703a4a2def4a52985ba8db67a95a9850e 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 %}