Opened 9 years ago
Closed 9 years ago
#26532 closed Uncategorized (duplicate)
static not working in css files
Reported by: | Neeraj Kumar | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.9 |
Severity: | Normal | Keywords: | static |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I want to use image using backgroud CSS property
background:url('images/avatar.jpg')
but I want to use below type syntax in CSS
background:url({% static 'images/avatar.jpg%}' )
but this is not working.
Note:
See TracTickets
for help on using tickets.
Duplicate of #26531