Reorder urlize and linebreaks, to give urlize a better chance at
the email addresses. - Legacy-Id: 128
This commit is contained in:
parent
cd8afa0844
commit
147d34aa19
|
@ -4,7 +4,7 @@
|
||||||
{% block title %}IESG Announcement{% endblock %}
|
{% block title %}IESG Announcement{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ object.approval_text|escape|keep_spacing|linebreaks|urlize }}
|
{{ object.approval_text|escape|keep_spacing|urlize|linebreaks }}
|
||||||
{{ object.ballot_writeup|escape|keep_spacing|linebreaks|urlize }}
|
{{ object.ballot_writeup|escape|keep_spacing|urlize|linebreaks }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue