From eaf08228b4e346b0f7bbd63d50f5ae715959496b Mon Sep 17 00:00:00 2001 From: Juliettejns Date: Fri, 28 Jun 2024 12:46:10 +0200 Subject: [PATCH] suppression commentaire test --- app/control_lists/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/control_lists/views.py b/app/control_lists/views.py index c122e34..3e5f9da 100644 --- a/app/control_lists/views.py +++ b/app/control_lists/views.py @@ -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//ignore_terms", methods=["POST", "GET"]) +@control_lists_bp.route("/controls//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() @@ -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)""" \ No newline at end of file + return render_template_with_nav_info('control_lists/ignore_filter.html', control_list_id=control_list_id, current_control_list=current_controlListUser) \ No newline at end of file