Merge pull request #5042 from emanuelschuetze/event-date-format

Changed input type of event date config from datetime back to string.
This commit is contained in:
Sean 2019-09-20 10:13:32 +02:00 committed by GitHub
commit 59089ebef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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",