Skip to content
Snippets Groups Projects
Commit bfa11bdb authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

comment bug

parent 48e0e133
No related branches found
No related tags found
No related merge requests found
...@@ -35,5 +35,5 @@ class AliasTable(tables.Table): ...@@ -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'} })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment