mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-12-22 23:42:25 +00:00
comment bug
This commit is contained in:
parent
f77351b444
commit
9133c84ef2
@ -35,5 +35,5 @@ class AliasTable(tables.Table):
|
||||
fields = ('name',)
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
|
||||
delete = tables.LinkColumn('member:user_alias_delete', args=[A('id')], attrs={
|
||||
'a': {'class': 'btn'} })
|
||||
# delete = tables.LinkColumn('member:user_alias_delete', args=[A('id')], attrs={
|
||||
# 'a': {'class': 'btn'} })
|
||||
|
Loading…
Reference in New Issue
Block a user