Skip to content

Commit

Permalink
adjusting logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil590 committed Jan 23, 2025
1 parent fabc96d commit 76e5e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imperial_coldfront_plugin/templates/group_members.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>Group Members</h1>
<li>
{{ member.member.get_full_name }} -
<a href="{% url 'imperial_coldfront_plugin:remove_group_member' member.pk %}">Remove access</a>
{% if is_manager == False %}
{% if is_manager == False and member.is_manager == False %}
| <a href="{% url 'imperial_coldfront_plugin:make_manager' member.pk %}">Make manager</a>
{% endif %}
{% if member.is_manager and is_manager == False %}
Expand Down

0 comments on commit 76e5e7f

Please sign in to comment.