From 01e71a3400262d825eb7fcdaa59426664c6b75eb Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 18 Aug 2023 09:54:10 +0300 Subject: [PATCH 1/3] fix: Replace deprecated bootstrap CSS classes with 5.3 ones --- ietf/doc/templatetags/ietf_filters.py | 3 ++- ietf/templates/base.html | 2 +- ietf/templates/doc/document_statement.html | 2 +- ietf/templates/doc/drafts_in_iesg_process.html | 2 +- ietf/templates/doc/review_assignment_summary.html | 2 +- ietf/templates/doc/review_request_summary.html | 4 ++-- ietf/templates/doc/search/search_results.html | 2 +- ietf/templates/doc/status_change/status_changes.html | 2 +- ietf/templates/group/active_adm.html | 2 +- ietf/templates/group/active_iabgroups.html | 2 +- ietf/templates/group/active_rfced.html | 2 +- ietf/templates/group/review_requests.html | 8 ++++---- ietf/templates/group/reviewer_overview.html | 2 +- ietf/templates/ipr/search_doc_result.html | 2 +- ietf/templates/ipr/search_doctitle_result.html | 2 +- ietf/templates/ipr/search_result.html | 2 +- ietf/templates/ipr/search_wg_result.html | 2 +- ietf/templates/submit/tool_instructions.html | 10 +++++----- 18 files changed, 27 insertions(+), 26 deletions(-) diff --git a/ietf/doc/templatetags/ietf_filters.py b/ietf/doc/templatetags/ietf_filters.py index 46cab63c96..9b4700bfb1 100644 --- a/ietf/doc/templatetags/ietf_filters.py +++ b/ietf/doc/templatetags/ietf_filters.py @@ -856,6 +856,7 @@ def badgeify(blob): (r"has issues", "warning", "exclamation-lg"), (r"assigned", "info", "person-plus-fill"), (r"will not review|overtaken by events|withdrawn", "secondary", "dash-lg"), + (r"no response", "warning", "question-lg"), ] text = str(blob) @@ -868,7 +869,7 @@ def badgeify(blob): return mark_safe( f""" - + {text.capitalize()} """ diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 9e07bad00d..1ccaf482dc 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -35,7 +35,7 @@ data-group-menu-data-url="{% url 'ietf.group.views.group_menu_data' %}"> {% analytical_body_top %} Skip to main content -