change issues #104

This commit is contained in:
Cayo Puigdefabregas 2024-02-05 12:27:45 +01:00
parent a09d969dba
commit 0018932999
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ class SchemasImportAddView(SchemasMix):
class ImportView(ImportExport, SingleTableView): class ImportView(ImportExport, SingleTableView):
template_name = "idhub/admin/import.html" template_name = "idhub/admin/import.html"
table_class = DataTable table_class = DataTable
subtitle = _('Import data') subtitle = _('Imported data')
icon = '' icon = ''
model = File_datas model = File_datas