修复了list页html safe
This commit is contained in:
parent
f817765913
commit
e90daedb48
@ -9,7 +9,7 @@
|
|||||||
{% for scale_id, scale in scales.items() %}
|
{% for scale_id, scale in scales.items() %}
|
||||||
{% if scale.tag == tag %}
|
{% if scale.tag == tag %}
|
||||||
<a class="title" href="/scales/{{ scale_id }}">{{ scale.get('title','未命名问卷') }}</a>
|
<a class="title" href="/scales/{{ scale_id }}">{{ scale.get('title','未命名问卷') }}</a>
|
||||||
<p>{{ scale.abstract }}</p>
|
<p>{{ scale.abstract|safe }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user