We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8afa0 commit 147d34aCopy full SHA for 147d34a
1 file changed
ietf/templates/idtracker/ballotinfo_detail.html
@@ -4,7 +4,7 @@
4
{% block title %}IESG Announcement{% endblock %}
5
6
{% block content %}
7
-{{ object.approval_text|escape|keep_spacing|linebreaks|urlize }}
8
-{{ object.ballot_writeup|escape|keep_spacing|linebreaks|urlize }}
+{{ object.approval_text|escape|keep_spacing|urlize|linebreaks }}
+{{ object.ballot_writeup|escape|keep_spacing|urlize|linebreaks }}
9
{% endblock %}
10
0 commit comments