summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:06:39 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:06:39 +0000
commit2e57edd05c6110a6ff2c7e87ea449bfdf11fff1d (patch)
treef72759288f5d58dde1efc8fad07f2a86ef77e5a8
parentc2eadbdda98d29c12ac26b724c2d7b5c9539f8e9 (diff)
Tue, Jul 9, 2024, 2:06 AM -07:00
-rw-r--r--wk9/lect/hello/templates/greet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk9/lect/hello/templates/greet.html b/wk9/lect/hello/templates/greet.html
index 104074f..e340324 100644
--- a/wk9/lect/hello/templates/greet.html
+++ b/wk9/lect/hello/templates/greet.html
@@ -1,6 +1,6 @@
{% extends "layout.html" %}
-{% block body}
+{% block body %}
hello, {{ name }}