fix: State descriptions can have HTML in them, mark them safe (#6384)
This commit is contained in:
parent
6acc7aa848
commit
5db70b2787
|
@ -26,7 +26,7 @@
|
|||
{% for state in states %}
|
||||
<tr id="{{ state.slug|default:"idexists" }}">
|
||||
<th scope="row">{{ state.name }}</th>
|
||||
<td>{{ state.desc|urlize_ietf_docs|linkify }}</td>
|
||||
<td>{{ state.desc|safe|urlize_ietf_docs|linkify }}</td>
|
||||
{% if has_next_states %}
|
||||
<td>
|
||||
{% for s in state.next_states.all %}
|
||||
|
|
Loading…
Reference in a new issue