1
0
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:
Pierre-antoine Comby
2020-03-01 00:25:53 +01:00
parent 27391049f2
commit 35d5bcdf0f
3 changed files with 19 additions and 10 deletions

View File

@ -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')