diff options
Diffstat (limited to 'chimere/widgets.py')
-rw-r--r-- | chimere/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/widgets.py b/chimere/widgets.py index 2a8bc5d..c9c6cc2 100644 --- a/chimere/widgets.py +++ b/chimere/widgets.py @@ -496,7 +496,7 @@ class RouteChooserWidget(forms.TextInput): tpl += "\n<div class='help-route' id='help-route-create'>%s</div>"\ % help_create tpl += \ - u"\n<div id='map_edit'>\n"\ + u"\n<div id='layerSwitcher'></div>\n<div id='map_edit'>\n"\ u" <div class='map_button'>\n"\ u" <a href='#' id='button-move-map' class='toggle-button "\ u"toggle-button-active' "\ |