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 c42803d commit f4409ceCopy full SHA for f4409ce
hello/templates/hello/hello_there.html
@@ -4,7 +4,7 @@
4
<meta charset="utf-8" />
5
<title>Hello, Django</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
<body>
10
<span class="message">Hello, there {{ name }}!</span> It's {{ date | date:'l, d F, Y' }} at {{ date | time:'H:i:s' }}.
0 commit comments