comment bug
This commit is contained in:
parent
f77351b444
commit
9133c84ef2
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue