#230 Shared users not rendered on compensation

* fixes non rendering of shared users on shared data
This commit is contained in:
mpeltriaux 2022-11-16 13:30:07 +01:00
parent 14fee4474f
commit cbb137a902

View File

@ -124,7 +124,7 @@
{% endfor %}
<hr>
{% if has_access %}
{% for user in obj.users.all %}
{% for user in obj.intervention.shared_users %}
{% include 'user/includes/contact_modal_button.html' %}
{% endfor %}
{% else %}