-
Notifications
You must be signed in to change notification settings - Fork 557
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels