Revision 6d153302 templates/apply.html

b/templates/apply.html
150 150
{% endif %}
151 151
<form method="POST">
152 152
{% csrf_token %}
153
{% load unescape %}
153 154
{% if form.non_field_errors %}
154
<p class="error">{{ form.non_field_errors|join:", "}}</p>
155
<p class="error">{{ form.non_field_errors|unescape}}</p>
155 156
{% endif %}
156 157

  
157 158
<fieldset {% if edit %} style="display:none;" {% endif %}>

Also available in: Unified diff