From 130e60f456933145a30477e6f718b2cdc05ce2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Thu, 19 Sep 2019 14:48:06 +0200 Subject: [PATCH] Changed input type of event date config from datetime back to string. --- openslides/core/config_variables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openslides/core/config_variables.py b/openslides/core/config_variables.py index d1cec9c2a..74be5f693 100644 --- a/openslides/core/config_variables.py +++ b/openslides/core/config_variables.py @@ -36,7 +36,6 @@ def get_config_variables(): yield ConfigVariable( name="general_event_date", default_value="", - input_type="datetimepicker", label="Event date", weight=120, group="General",