Selected club members can now see subscriptions

This commit is contained in:
Théo DURR
2022-08-31 18:39:49 +02:00
parent 50e04164a2
commit 71c5456225
3 changed files with 18 additions and 1 deletions

View File

@ -145,7 +145,7 @@
{% endif %}
</div>
{% endif %}
{% if profile.was_subscribed and (user == profile or user.is_root or user.is_board_member)%}
{% if profile.was_subscribed and (user == profile or user.is_root or user.is_board_member or user.can_read_subscription)%}
<div id="drop_subscriptions">
<h5>{% trans %}Subscription history{% endtrans %}</h5>
<table>