1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-23 07:52:23 +00:00

comment bug

This commit is contained in:
Pierre-antoine Comby 2020-02-28 13:49:50 +01:00
parent f77351b444
commit 9133c84ef2

View File

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