Merge pull request 'Bugfix' (#289) from fix_shared_users_on_comps into master

Reviewed-on: SGD-Nord/konova#289
This commit is contained in:
mpeltriaux 2023-02-02 16:34:47 +01:00
commit 6f2b45b62d

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>