mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-14 01:50:40 +00:00
New user Settings page
This commit is contained in:
@ -64,11 +64,13 @@ class EditPublicProfileInformationForm(FlaskForm):
|
||||
'Full name',
|
||||
validators=[Length(max=128)]
|
||||
)
|
||||
style={'style': 'overflow: auto;'}
|
||||
about_me = TextAreaField(
|
||||
'About me',
|
||||
validators=[
|
||||
Length(max=254)
|
||||
]
|
||||
],
|
||||
render_kw=style
|
||||
)
|
||||
website = StringField(
|
||||
'Website',
|
||||
|
@ -172,5 +172,5 @@ def edit_profile(user_id):
|
||||
change_password_form=change_password_form,
|
||||
edit_notification_settings_form=edit_notification_settings_form,
|
||||
user=user,
|
||||
title='Edit Profile'
|
||||
title='User Settings'
|
||||
)
|
||||
|
Reference in New Issue
Block a user