Skip to content

Commit

Permalink
suppression commentaire test
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliettejns committed Jun 28, 2024
1 parent b5a2355 commit eaf0822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/control_lists/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def information_read(control_list_id):
return render_template_with_nav_info('control_lists/information_read.html', control_list=control_list)


"""@control_lists_bp.route("/controls/<int:control_list_id>/ignore_terms", methods=["POST", "GET"])
@control_lists_bp.route("/controls/<int:control_list_id>/ignore_terms", methods=["POST", "GET"])
@login_required
def ignore_terms_filter(control_list_id):
current_controlListUser = ControlListsUser.query.filter_by(**{"control_lists_id":control_list_id,"user_id":current_user.id}).first_or_404()
Expand Down Expand Up @@ -404,4 +404,4 @@ def ignore_terms_filter(control_list_id):
return render_template_with_nav_info('control_lists/ignore_filter.html', control_list_id=control_list_id,
current_control_list=current_controlListUser)

return render_template_with_nav_info('control_lists/ignore_filter.html', control_list_id=control_list_id, current_control_list=current_controlListUser)"""
return render_template_with_nav_info('control_lists/ignore_filter.html', control_list_id=control_list_id, current_control_list=current_controlListUser)

0 comments on commit eaf0822

Please sign in to comment.