Unescape what doesn't need to be escaped
This commit is contained in:
parent
009fd7e80e
commit
e07968df09
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@
|
|||
{% load repo %}
|
||||
{% load userstatus %}
|
||||
{% setUser as user %}
|
||||
{% autoescape off %}
|
||||
{% updateUserStatus user %}
|
||||
{% endautoescape %}
|
||||
{% block header %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue