* fixes rendering of shared users counter on unshared compensation entries
pull/289/head
mpeltriaux 2 years ago
parent f005e5ccca
commit 3390593bff

@ -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>

Loading…
Cancel
Save