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
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