Issue
so I am trying to make a webpage in django everything works well -> {% static 'website/img/core-img/s1.png' %} but when I try to do static style="background-image: url({% static 'website/img/bg-img/1.jpg'%}); it gives me those stupid errors althougt it seems to be fine according to my googling skills... so please help me static tag
Solution
Your IDE isn't configured to work with Django markup language, try add django plugin:
Search django
on plugins and hit install.
Then, on your file click inside detected language (HTML) and change to Django HTML
Answered By - Luis Felipe Kaufmann da silva
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.