From 2222175d4e74a926297b179a3ec2b7e433971bc3 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 5 Aug 2020 11:34:23 +0200 Subject: [PATCH] Fix search transactions page --- templates/note/search_transactions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}