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 %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
|
||||
@ -207,7 +208,7 @@
|
||||
</div>
|
||||
<div id="Description" class="panel-collapse collapse in">
|
||||
<div class="panel-body list-group-item" id="DescriptionContent">
|
||||
{{ pathway.description | safe }}
|
||||
{{ pathway.description | nh_safe }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user