summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/widgets.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-04 00:06:11 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-04 00:06:11 +0100
commitbf6ed908e0184a7351953f4162ac250b0e8bbc7e (patch)
tree33e644a8a30477b86510508bfd0d0eabf4e5fff1 /ishtar/furnitures/widgets.py
parent0961e46bfc73e839115dd8a71edfc9af40c1f401 (diff)
downloadIshtar-bf6ed908e0184a7351953f4162ac250b0e8bbc7e.tar.bz2
Ishtar-bf6ed908e0184a7351953f4162ac250b0e8bbc7e.zip
Dissociate Town for archeological files (refs #14)
Diffstat (limited to 'ishtar/furnitures/widgets.py')
-rw-r--r--ishtar/furnitures/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/furnitures/widgets.py b/ishtar/furnitures/widgets.py
index fd9077b5e..899d66307 100644
--- a/ishtar/furnitures/widgets.py
+++ b/ishtar/furnitures/widgets.py
@@ -46,7 +46,7 @@ class JQueryAutoComplete(forms.TextInput):
source = "'%s'" % escape(self.source)
else:
try:
- source = "'" + unicode(self.source) +"'"
+ source = "'" + unicode(self.source) + "'"
except:
raise ValueError('source type is not valid')
options = 'source : ' + source