Commit e7208fcf authored by Mario Chirinos's avatar Mario Chirinos

news details

parent 8a3f56a1
......@@ -38,7 +38,7 @@
<div class="panel-body">
<div class="panel-group news-text" id="accordion" style="text-align: justify; text-justify: auto;">
{% if "text" in request.GET %}
{{news.text|highlight:request.GET.text | safe}}
{{news.text| safe |highlight:request.GET.text }}
{% else %}
{{news.text| safe}}
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment