We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab9b1c commit c3e7c1eCopy full SHA for c3e7c1e
1 file changed
ietf/templates/help/states.html
@@ -1,6 +1,7 @@
1
{% extends "base.html" %}
2
{# Copyright The IETF Trust 2015, All Rights Reserved #}
3
-{% load origin static %}
+{% load origin static ietf_filters textfilters %}
4
+%}
5
{% block pagehead %}
6
<link rel="stylesheet" href="{% static "ietf/css/list.css" %}">
7
{% endblock %}
@@ -20,7 +21,7 @@ <h1>{{ type.label|cut:"state"|cut:"State" }} states</h1>
20
21
{% for state in states %}
22
<tr>
23
<th scope="row">{{ state.name }}</th>
- <td>{{ state.desc|safe }}</td>
24
+ <td>{{ state.desc|urlize_ietf_docs|linkify }}</td>
25
<td>
26
<ul>
27
{% for s in state.next_states.all %}
0 commit comments