mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Untick ‘basic view’ if invite is cancelled
If an invite is cancelled then the user no longer has permission to do anything, so we shouldn’t show the green tick. We already do this for other permissions; this makes the ‘basic view’ row consistent.
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
) }}
|
||||
{% else %}
|
||||
{{ tick_cross(
|
||||
True,
|
||||
user.status != 'cancelled',
|
||||
'Basic view'
|
||||
) }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user