#230 Shared users not rendered on compensation
* fixes non rendering of shared users on shared data
This commit is contained in:
parent
83137f0e58
commit
4e0ee7dc91
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user