Issue #3, Removal of the last blind |safe filtering
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#id_right_list,#id_left_list { min-width: 28em; min-height: 13em; }
|
#id_right_list,#id_left_list { min-width: 28em; min-height: 13em; }
|
||||||
</style>
|
</style>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2 class="title">{{ title|safe }}</h2>
|
<h2 class="title">{{ title }}</h2>
|
||||||
|
|
||||||
<form method='POST' action='' id='assign_remove'>{% csrf_token %}
|
<form method='POST' action='' id='assign_remove'>{% csrf_token %}
|
||||||
<input name='action' value='' type='hidden' />
|
<input name='action' value='' type='hidden' />
|
||||||
|
|||||||
@@ -9,11 +9,11 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if content %}
|
{% if content %}
|
||||||
<p>{{ content|safe }}</p>
|
<p>{{ content }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for paragraph in paragraphs %}
|
{% for paragraph in paragraphs %}
|
||||||
<p>{{ paragraph|safe }}</p>
|
<p>{{ paragraph }}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user