I am stuck at this stage. I would seek help to fix this problem. This background-image is not loading from css file. Other css is loading but this background-image is not loading. Here is the code.
Template tags don’t work in CSS files, they only work in Django templates. You must either hardcode the path in the CSS file, or put that bit of CSS in the <head> of a Django template.
Please stop posting images of code and error messages here. Copy/paste the code (or error message) into the body of your post, surrounded between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```.
Now, regarding your specific error in the previous post, that LinkedIn url is a constant, not something needing to be processed by the url tag. It should be rendered simply as <a href="https://...">...</a>