Skip to content
Snippets Groups Projects
Commit fac6ba11 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Move settings

parent 0520caed
Branches
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def profile_avatar(user_id):
@bp.route('/<hashid:user_id>/edit', methods=['GET', 'POST'])
@register_breadcrumb(bp, '.entity.edit', '<i class="material-icons left">settings</i>Edit', endpoint_arguments_constructor=user_eac)
@register_breadcrumb(bp, 'breadcrumbs.settings', '<i class="material-icons left">settings</i>Settings', endpoint_arguments_constructor=user_eac)
@login_required
def edit_profile(user_id):
user = User.query.get_or_404(user_id)
......@@ -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='Settings'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment