Skip to content

Commit f4409ce

Browse files
committed
Update path to site.css
1 parent c42803d commit f4409ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello/templates/hello/hello_there.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<title>Hello, Django</title>
66
{% load static %}
7-
<link rel="stylesheet" type="text/css" href="{% static 'site.css' %}" />
7+
<link rel="stylesheet" type="text/css" href="{% static 'hello/site.css' %}" />
88
</head>
99
<body>
1010
<span class="message">Hello, there {{ name }}!</span> It's {{ date | date:'l, d F, Y' }} at {{ date | time:'H:i:s' }}.

0 commit comments

Comments
 (0)