mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-11-03 00:54:31 +01:00
comment bug
This commit is contained in:
@@ -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'} })
|
||||
|
||||
Reference in New Issue
Block a user