mirror of https://gitlab.com/bashrc2/epicyon
Extra line
parent
fa37fdd976
commit
75ee6aa468
|
@ -2764,12 +2764,12 @@ def _html_edit_profile_main(base_dir: str, display_nickname: str, bio_str: str,
|
|||
actor_json[birth_date_field] = \
|
||||
actor_json[birth_date_field].split('T')[0]
|
||||
birth_date = actor_json[birth_date_field]
|
||||
edit_profile_form += '<br><br>\n<label class="labels">' + \
|
||||
edit_profile_form += '<br>\n<label class="labels">' + \
|
||||
translate['Birthday'] + ': </label>\n'
|
||||
edit_profile_form += \
|
||||
'<input type="date" name="birthDate" value="' + birth_date + '">\n'
|
||||
|
||||
edit_profile_form += \
|
||||
edit_profile_form += '<br>\n' + \
|
||||
edit_text_field(translate['Featured hashtags'], 'featuredHashtags',
|
||||
featured_hashtags, '#tag1 #tag2')
|
||||
|
||||
|
|
Loading…
Reference in New Issue