mirror of https://gitlab.com/bashrc2/epicyon
Extra line
parent
2be0fae78f
commit
48072314b8
|
@ -2844,7 +2844,7 @@ def _html_edit_profile_main(base_dir: str, display_nickname: str, bio_str: str,
|
||||||
actor_json[birth_date_field] = \
|
actor_json[birth_date_field] = \
|
||||||
actor_json[birth_date_field].split('T')[0]
|
actor_json[birth_date_field].split('T')[0]
|
||||||
birth_date = actor_json[birth_date_field]
|
birth_date = actor_json[birth_date_field]
|
||||||
edit_profile_form += '<br>\n<label class="labels">' + \
|
edit_profile_form += '<br><br>\n<label class="labels">' + \
|
||||||
translate['Birthday'] + ': </label>\n'
|
translate['Birthday'] + ': </label>\n'
|
||||||
edit_profile_form += \
|
edit_profile_form += \
|
||||||
'<input type="date" name="birthDate" value="' + birth_date + '">\n'
|
'<input type="date" name="birthDate" value="' + birth_date + '">\n'
|
||||||
|
|
Loading…
Reference in New Issue