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

crappy name -> crappy behavior

parent a00e43bc
No related branches found
No related tags found
1 merge request!70Finitions sur l'interface club
...@@ -77,7 +77,7 @@ class AliasTable(tables.Table): ...@@ -77,7 +77,7 @@ class AliasTable(tables.Table):
show_header = False show_header = False
name = tables.Column(attrs={'td': {'class': 'text-center'}}) name = tables.Column(attrs={'td': {'class': 'text-center'}})
delete_btn = tables.TemplateColumn(template_code=DELETE_TEMPLATE, delete_col = tables.TemplateColumn(template_code=DELETE_TEMPLATE,
extra_context={"delete_trans": _('delete')}, extra_context={"delete_trans": _('delete')},
attrs={'td': {'class': 'col-sm-1'}}) attrs={'td': {'class': 'col-sm-1'}})
...@@ -104,7 +104,7 @@ class ButtonTable(tables.Table): ...@@ -104,7 +104,7 @@ class ButtonTable(tables.Table):
text=_('edit'), text=_('edit'),
accessor='pk') accessor='pk')
delete = tables.TemplateColumn(template_code=DELETE_TEMPLATE, delete_col = tables.TemplateColumn(template_code=DELETE_TEMPLATE,
extra_context={"delete_trans": _('delete')}, extra_context={"delete_trans": _('delete')},
attrs={'td': {'class': 'col-sm-1'}}) attrs={'td': {'class': 'col-sm-1'}})
......
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