summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
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
commitf4e072006f95b19c094a8ed89a5ed62b98c101d3 (patch)
tree78555020fb77d2aa11d27017062655b45e2378ee /ishtar_common/models.py
parent3dae10a792d49d685debfe52eb7d61b9a6dc93f9 (diff)
downloadIshtar-f4e072006f95b19c094a8ed89a5ed62b98c101d3.tar.bz2
Ishtar-f4e072006f95b19c094a8ed89a5ed62b98c101d3.zip
Update translations
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
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.")
)