We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a55f9 commit cd8afa0Copy full SHA for cd8afa0
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|linebreaks|urlize }}
8
-{{ object.ballot_writeup|escape|linebreaks|urlize }}
+{{ object.approval_text|escape|keep_spacing|linebreaks|urlize }}
+{{ object.ballot_writeup|escape|keep_spacing|linebreaks|urlize }}
9
{% endblock %}
10
0 commit comments