Skip to content
Snippets Groups Projects
Commit 61398045 authored by Raphael Jasjukaitis's avatar Raphael Jasjukaitis Committed by GitHub
Browse files

Mark comment as safe. Otherwise it is displayed.

parent 887cb418
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def placeFavicon(context):
"""
fav = Favicon.objects.filter(isFavicon=True).first()
if not fav:
return '<!-- no favicon -->'
return mark_safe('<!-- no favicon -->')
html = ''
for rel in config:
for size in sorted(config[rel], reverse=True):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment