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

comment bug

parent f77351b4
No related branches found
No related tags found
1 merge request!31Alias
Pipeline #7819 passed with warnings with stages
in 3 minutes and 49 seconds
......@@ -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'} })
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