From 3390593bffad50271dc1ffaac68a4b847580bab6 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Thu, 2 Feb 2023 16:34:09 +0100 Subject: [PATCH] Bugfix * fixes rendering of shared users counter on unshared compensation entries --- .../templates/compensation/detail/compensation/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compensation/templates/compensation/detail/compensation/view.html b/compensation/templates/compensation/detail/compensation/view.html index b40fc2f..26800a8 100644 --- a/compensation/templates/compensation/detail/compensation/view.html +++ b/compensation/templates/compensation/detail/compensation/view.html @@ -130,7 +130,7 @@ {% else %} {% fa5_icon 'eye-slash' %} - {{obj.users.count}} {% trans 'other users' %} + {{obj.intervention.users.count}} {% trans 'other users' %} {% endif %}