We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5ad26 commit c42803dCopy full SHA for c42803d
hello/static/site.css renamed to hello/static/hello/site.css
hello/templates/hello/layout.html
@@ -4,7 +4,7 @@
4
<meta charset="utf-8" />
5
<title>{% block title %}{% endblock %}</title>
6
{% load static %}
7
- <link rel="stylesheet" type="text/css" href="{% static 'site.css' %}" />
+ <link rel="stylesheet" type="text/css" href="{% static 'hello/site.css' %}" />
8
</head>
9
10
<body>
0 commit comments