#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 83137f0e58
commit 4e0ee7dc91

View File

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