forked from enviPath/enviPy
added nh_safe filter in envipytags.py and updated some of the existing 'safe' to 'nh_safe'
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{% extends "framework.html" %}
|
||||
{% load envipytags %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
@ -29,7 +30,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p> {{ package.description|safe }} </p>
|
||||
<p> {{ package.description|nh_safe }} </p>
|
||||
</div>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item">
|
||||
|
||||
Reference in New Issue
Block a user