From be66f53c7e198128a6bb1040db39f4b68750800e Mon Sep 17 00:00:00 2001 From: ilvalle Date: Sun, 24 Nov 2013 00:20:13 +0100 Subject: [PATCH] fix form action --- applications/admin/views/default/editor_settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/admin/views/default/editor_settings.html b/applications/admin/views/default/editor_settings.html index b5eee771..d0485231 100644 --- a/applications/admin/views/default/editor_settings.html +++ b/applications/admin/views/default/editor_settings.html @@ -8,7 +8,7 @@ {{themes = [f[:-4] for f in listfiles('admin', "static/codemirror/theme", regexp='.*\.css$' )]}} {{editors = ['default', 'vim', 'emacs']}} -
+
{{=SELECT(themes, value=editor_settings['theme'], _name="theme" )}}
@@ -46,7 +46,7 @@