From 8f6d85af06cc4882518492b2dc478edb2d7e641b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 17 Feb 2015 15:09:28 +0100 Subject: [PATCH] CVar-Konfiguration: etwas Platz zwischen Text und Control lassen --- templates/webpages/custom_variable_config/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/custom_variable_config/list.html b/templates/webpages/custom_variable_config/list.html index b8b9e44b1..64c6986d6 100644 --- a/templates/webpages/custom_variable_config/list.html +++ b/templates/webpages/custom_variable_config/list.html @@ -4,7 +4,7 @@

[% 'Custom variables for module' | $T8 %] - [%- L.select_tag('module', SELF.modules, value_key='module', title_key='description', default=SELF.module, onchange='show_module_list()') %] + [% L.select_tag('module', SELF.modules, value_key='module', title_key='description', default=SELF.module, onchange='show_module_list()') %]

[%- IF SELF.module == 'IC' %] -- 2.20.1