From 039cc4cd4a80b5087f0196aabcf9c2658b1aba3c Mon Sep 17 00:00:00 2001 From: Calzzetta <calzzetta@gmail.com> Date: Sat, 2 Jan 2016 10:11:22 -0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78b1ee..51d161e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ use the templatetag in your base.html ```html+django {% load favtags %} -{% placeFavicon %} +{% autoescape off %}{% placeFavicon %}{% endautoescape %} ``` this will create (if MEDIA_URL is set to /media/ and if you didnt specified `FAVICON_CONFIG` in you settings.py): ```html -- GitLab