Reorder urlize and linebreaks, to give urlize a better chance at

the email addresses.
 - Legacy-Id: 128
This commit is contained in:
Bill Fenner 2007-05-10 23:39:33 +00:00
parent cd8afa0844
commit 147d34aa19

View file

@ -4,7 +4,7 @@
{% block title %}IESG Announcement{% endblock %}
{% block content %}
{{ object.approval_text|escape|keep_spacing|linebreaks|urlize }}
{{ object.ballot_writeup|escape|keep_spacing|linebreaks|urlize }}
{{ object.approval_text|escape|keep_spacing|urlize|linebreaks }}
{{ object.ballot_writeup|escape|keep_spacing|urlize|linebreaks }}
{% endblock %}