summaryrefslogtreecommitdiff
path: root/ishtar_common/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-04 22:44:58 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-12-04 22:44:58 +0100
commite7d4d95a64a3f80941197b8eb015ebdd1ecc8245 (patch)
tree875fd13654455318eda8983abfbda53f554bc26e /ishtar_common/widgets.py
parent8ffa7fb1c29f0c74d23daeb6a81de5df91c1f401 (diff)
downloadIshtar-e7d4d95a64a3f80941197b8eb015ebdd1ecc8245.tar.bz2
Ishtar-e7d4d95a64a3f80941197b8eb015ebdd1ecc8245.zip
Find table: force label for associated periods
Diffstat (limited to 'ishtar_common/widgets.py')
-rw-r--r--ishtar_common/widgets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py
index be22bd3cb..e21ce7a2a 100644
--- a/ishtar_common/widgets.py
+++ b/ishtar_common/widgets.py
@@ -322,7 +322,6 @@ class JQueryTown(forms.TextInput):
@classmethod
def encode_source(cls, source):
- encoded_src = ''
if isinstance(source, list):
encoded_src = JSONEncoder().encode(source)
elif isinstance(source, str) \