Commit 439f78d8 authored by Mario Chirinos's avatar Mario Chirinos

news details

parent 7d4287c8
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<!-- .panel-heading --> <!-- .panel-heading -->
<div class="panel-body"> <div class="panel-body">
<div class="panel-group news-text" id="accordion" style="text-align: justify; text-justify: auto;"> <div class="panel-group news-text" id="accordion" style="text-align: justify; text-justify: auto;">
{% if "text" in request.GET %} {% if "text" in request.GET and request.GET.text != ""%}
{{news.text| safe |highlight:request.GET.text }} {{news.text| safe |highlight:request.GET.text }}
{% else %} {% else %}
{{news.text| safe}} {{news.text| safe}}
......
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