Compare commits

..

No commits in common. "6f2b45b62dc8575ce61d024782e5fd138f412943" and "f005e5ccca598aa48e85c7e4a3143996ddce02c3" have entirely different histories.

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.intervention.users.count}} {% trans 'other users' %}
{{obj.users.count}} {% trans 'other users' %}
</span>
{% endif %}
</td>