Commit 0c67f4d2 authored by Mario Chirinos's avatar Mario Chirinos

news details

parent 8b5d56c6
......@@ -37,7 +37,11 @@
<!-- .panel-heading -->
<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}}
{% else %}
{{news.text|highlight:request.GET.text | safe}}
{% endif %}
</div>
</div>
<!-- .panel-body -->
......
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