From c3e7c1e188aa755cd1fcd750e4c94e6fa8b4de3e Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 19 Dec 2022 17:03:44 +0200 Subject: [PATCH] feat: Linkify state descriptions (#4916) --- ietf/templates/help/states.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ietf/templates/help/states.html b/ietf/templates/help/states.html index b68625811..a43bc3a9f 100644 --- a/ietf/templates/help/states.html +++ b/ietf/templates/help/states.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} -{% load origin static %} +{% load origin static ietf_filters textfilters %} +%} {% block pagehead %} {% endblock %} @@ -20,7 +21,7 @@ {% for state in states %} {{ state.name }} - {{ state.desc|safe }} + {{ state.desc|urlize_ietf_docs|linkify }}