mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-22 18:38:23 +02:00
Deletion of alias now possible!
This commit is contained in:
@ -36,4 +36,4 @@ class AliasTable(tables.Table):
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
|
||||
delete = tables.LinkColumn('member:user_alias_delete', args=[A('pk')], attrs={
|
||||
'a': {'class': 'btn btn-danger'} },text='delete')
|
||||
'a': {'class': 'btn btn-danger'} },text='delete',accessor='pk')
|
||||
|
Reference in New Issue
Block a user