Skip to content

Commit 4783ccc

Browse files
authored
Merge pull request #14 from jpapp25/patch-1
Update to hello/hello_there.html
2 parents 524386e + 1e48e58 commit 4783ccc

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
@@ -7,6 +7,6 @@
77
<link rel="stylesheet" type="text/css" href="{% static 'hello/site.css' %}"/>
88
</head>
99
<body>
10-
<span class="message">Hello, there {{ name }}!</span> It's {{ date | date:'l, d F, Y' }} at {{ date | time:'H:i:s' }}.
10+
<span class="message">Hello, there {{ name }}!</span> It's {{ date | date:"l, d F, Y" }} at {{ date | time:"H:i:s" }}.
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)