This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Reverted change that allowed HTML in error messages
pull/172/head
Michael Olund
5 years ago
parent
7a0358df67
commit
583af0de28
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
edivorce/apps/core/templates/dashboard/final_filing.html
+ 1
- 1
edivorce/apps/core/templates/dashboard/final_filing.html
View File
@ -58,7 +58,7 @@
<
div
class
=
"review-warning"
id
=
"error-message-box"
{
%
if
not
messages
%
}
hidden
{
%
endif
%
}
>
<
ul
id
=
"error-messages"
class
=
"{% if messages|length == 1 %}no-bullets no-padding-left {% endif %}no-margin-bottom"
>
{% for message in messages %}
<
li
>
{{ message
|safe
}}
<
/
li
>
<
li
>
{{ message }}
<
/
li
>
{% endfor %}
<
/
ul
>
<
/
div
>
Write
Preview
Loading…
Cancel
Save