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