diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-11 09:42:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-11 09:42:56 +0200 |
commit | c66302069b6f3c6a56dd58d80348446f7d8a2fd0 (patch) | |
tree | 78555020fb77d2aa11d27017062655b45e2378ee /ishtar_common/models.py | |
parent | 8f18e7aa3ef8750faaf8c4cd136827555fdf66e4 (diff) | |
download | Ishtar-c66302069b6f3c6a56dd58d80348446f7d8a2fd0.tar.bz2 Ishtar-c66302069b6f3c6a56dd58d80348446f7d8a2fd0.zip |
Update translations
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index f673aed85..1c17a4421 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -5747,7 +5747,7 @@ class ExportTask(models.Model): def clean(self): if (self.filter_text and not self.filter_type) or ( - self.filter_type and not self.filter_type): + self.filter_type and not self.filter_text): raise ValidationError( _("To filter filter type and filter text must be filled.") ) |