added nh_safe filter in envipytags.py and updated some of the existing 'safe' to 'nh_safe'

This commit is contained in:
Liam Brydon
2025-10-21 09:10:28 +13:00
parent 8d955d685c
commit 43bce8a4e1
5 changed files with 18 additions and 6 deletions

View File

@ -92,7 +92,7 @@ TEMPLATES = [
},
]
ALLOWED_HTML_TAGS = {'b', 'i', 'u'}
ALLOWED_HTML_TAGS = {'b', 'i', 'u', 'a'}
WSGI_APPLICATION = "envipath.wsgi.application"