Allow editors to use zipgrep

This commit is contained in:
rubenwardy 2023-05-13 16:48:48 +01:00
parent 70e46139cc
commit 08ff5199e3

@ -38,7 +38,7 @@ class SearchForm(FlaskForm):
@bp.route("/zipgrep/", methods=["GET", "POST"])
@rank_required(UserRank.ADMIN)
@rank_required(UserRank.EDITOR)
def zipgrep_search():
form = SearchForm(request.form)
if form.validate_on_submit():