summaryrefslogtreecommitdiff
path: root/chimere/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/widgets.py')
-rw-r--r--chimere/widgets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chimere/widgets.py b/chimere/widgets.py
index 7fccca4..96d36b9 100644
--- a/chimere/widgets.py
+++ b/chimere/widgets.py
@@ -726,8 +726,8 @@ class ImportFiltrWidget(AreaWidget):
tpl += u"<p class='help-kml'>%s</p>\n" % help_msg
if not value:
value = ''
- tpl += u"<div><input type='text' id='id_%s' name='id_%s' "\
- u"value=\"%s\"/> <input type='button' id='id_refresh_%s' "\
+ tpl += u"<div><textarea id='id_%s' name='id_%s' "\
+ u">%s</textarea> <input type='button' id='id_refresh_%s' "\
u"value='%s' class='input-osm'/>" % (name, name, value, name,
_(u"Refresh"))
return mark_safe(tpl)