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 6add878e22

View File

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