change issues #104
This commit is contained in:
parent
a09d969dba
commit
0018932999
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue