From 1e48e5830a2a452cc2271c14c316856ee3e9b6ca Mon Sep 17 00:00:00 2001 From: jpapp25 Date: Fri, 30 Aug 2019 22:34:54 -0500 Subject: [PATCH] Update to hello/hello_there.html Updated quotation marks in datetime formatting section --- hello/templates/hello/hello_there.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/templates/hello/hello_there.html b/hello/templates/hello/hello_there.html index 71f4123..7d1167d 100644 --- a/hello/templates/hello/hello_there.html +++ b/hello/templates/hello/hello_there.html @@ -7,6 +7,6 @@ -Hello, there {{ name }}! It's {{ date | date:'l, d F, Y' }} at {{ date | time:'H:i:s' }}. +Hello, there {{ name }}! It's {{ date | date:"l, d F, Y" }} at {{ date | time:"H:i:s" }}.