You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know, but I think you should give spaces between Django Template commands: {%block css_files%} goes to {% block css_files %} and {%endblock%} goes to {% endblock %}
Video doesn't mention correct file paths when including challenge.css and should look like this in the challenge.html file:
#{%block css_files%}
#<link rel="stylesheet" href="{% static "challenges/includes/challenge.css"%}">
#<link rel="stylesheet" href="{% static "challenges/challenges.css"%}">
#<link rel="stylesheet" href="{% static "challenges/includes/header.css"%}">
#{%endblock%}
Gave me and I presume other people 404 errors for the CSS files
The text was updated successfully, but these errors were encountered: