Skip to content

Commit

Permalink
backoff change breaking navi bar user view moinwiki#1734
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHaase committed Sep 27, 2024
1 parent ed643d4 commit d791108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/moin/apps/admin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def index():


@admin.route("/user")
@require_permission(SUPERUSER)
# wip - see #1734, this fix breaks the user view from the navigation bar.
# @require_permission(SUPERUSER)
def index_user():
return render_template(
"user/index_user.html",
Expand Down

0 comments on commit d791108

Please sign in to comment.