mirror of https://gitlab.com/bashrc2/epicyon
Missing definition
parent
6a8f0eec98
commit
72d2b94c67
|
@ -325,6 +325,7 @@ def html_new_post(edit_post_params: {},
|
|||
if default_start_time:
|
||||
date_default = ' value="' + default_start_time.split('T')[0] + '"'
|
||||
time_default = ' value="' + default_start_time.split('T')[1] + '"'
|
||||
end_time_default = ''
|
||||
if default_end_time:
|
||||
end_time_default = ' value="' + default_end_time.split('T')[1] + '"'
|
||||
date_and_time_str += \
|
||||
|
|
Loading…
Reference in New Issue