From 5db70b27875f0c93768855d9e28ea6c14848608c Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 26 Sep 2023 16:09:39 +0300 Subject: [PATCH] fix: State descriptions can have HTML in them, mark them safe (#6384) --- ietf/templates/doc/state_help.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/state_help.html b/ietf/templates/doc/state_help.html index 34481b786..606e13cba 100644 --- a/ietf/templates/doc/state_help.html +++ b/ietf/templates/doc/state_help.html @@ -26,7 +26,7 @@ {% for state in states %} {{ state.name }} - {{ state.desc|urlize_ietf_docs|linkify }} + {{ state.desc|safe|urlize_ietf_docs|linkify }} {% if has_next_states %} {% for s in state.next_states.all %}