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