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.
2 parents 524386e + 1e48e58 commit 4783cccCopy full SHA for 4783ccc
hello/templates/hello/hello_there.html
@@ -7,6 +7,6 @@
7
<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' }}.
+<span class="message">Hello, there {{ name }}!</span> It's {{ date | date:"l, d F, Y" }} at {{ date | time:"H:i:s" }}.
11
</body>
12
</html>
0 commit comments