From d590e421145d047a3ce70bc938376a29cf0a8983 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 26 Feb 2024 17:14:59 +0100 Subject: [PATCH] resolve conflict --- idhub/admin/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idhub/admin/forms.py b/idhub/admin/forms.py index 26bbf5d..06d09e8 100644 --- a/idhub/admin/forms.py +++ b/idhub/admin/forms.py @@ -226,7 +226,7 @@ class ImportForm(forms.Form): data_pd = df.fillna('').to_dict() if not data_pd or not df.last_valid_index(): - self.exception("This file is empty!") + self.exception("The file you try to import is empty!") if not self._schema: return data