1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Translated js strings, unified some case

This commit is contained in:
Nicolas Margulies
2022-10-07 09:13:35 +02:00
parent f099cbc879
commit 72786d0d2b
7 changed files with 187 additions and 144 deletions

View File

@ -163,7 +163,7 @@ class TrustTable(tables.Table):
delete_col = tables.TemplateColumn(
template_code=DELETE_TEMPLATE,
extra_context={"delete_trans": _('delete')},
extra_context={"delete_trans": _('Delete')},
attrs={
'td': {
'class': lambda record: 'col-sm-1'