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:
@ -92,7 +92,7 @@ TEMPLATES = [
|
||||
},
|
||||
]
|
||||
|
||||
ALLOWED_HTML_TAGS = {'b', 'i', 'u'}
|
||||
ALLOWED_HTML_TAGS = {'b', 'i', 'u', 'a'}
|
||||
|
||||
WSGI_APPLICATION = "envipath.wsgi.application"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user