Remove group modify link if user gets deleted
This commit is contained in:
parent
b8416e7f8b
commit
c1d7c2b914
@ -46,8 +46,10 @@
|
||||
{% else %}
|
||||
<span class="text-warning">Keine zugewiesen</span>
|
||||
{% endif %}
|
||||
<a href="{{ url('realm-user-group-update', args=[realm.id, user.user.dn]) }}" class="float-right">
|
||||
Gruppen zuweisen</a>
|
||||
{% if not user.deleted_user.deletion_date %}
|
||||
<a href="{{ url('realm-user-group-update', args=[realm.id, user.user.dn]) }}" class="float-right">
|
||||
Gruppen zuweisen</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
<li class="list-group-item">Zuletzt eingeloggt:
|
||||
{% if user.user.last_login %}
|
||||
|
||||
Reference in New Issue
Block a user