* fixes rendering of shared users counter on unshared compensation entries
This commit is contained in:
mpeltriaux 2023-02-02 16:34:09 +01:00
parent 93cc17b01a
commit 676a76acf3

View File

@ -130,7 +130,7 @@
{% else %}
<span title="{% trans 'The data must be shared with you, if you want to see which other users have shared access as well.' %}">
{% fa5_icon 'eye-slash' %}
{{obj.users.count}} {% trans 'other users' %}
{{obj.intervention.users.count}} {% trans 'other users' %}
</span>
{% endif %}
</td>