1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

Fix alias deletion

This commit is contained in:
Yohann D'ANELLO 2020-03-26 21:04:32 +01:00
parent e125601f52
commit a00e43bc26

View File

@ -77,7 +77,7 @@ class AliasTable(tables.Table):
show_header = False
name = tables.Column(attrs={'td': {'class': 'text-center'}})
delete = tables.TemplateColumn(template_code=DELETE_TEMPLATE,
delete_btn = tables.TemplateColumn(template_code=DELETE_TEMPLATE,
extra_context={"delete_trans": _('delete')},
attrs={'td': {'class': 'col-sm-1'}})