summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:06:08 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:06:08 +0000
commitc2eadbdda98d29c12ac26b724c2d7b5c9539f8e9 (patch)
tree016678c33e7c59febb02c114d79137043710f4f5
parent4f1d0fddc07895c2a8848e6825d4b29898a4267b (diff)
Tue, Jul 9, 2024, 2:06 AM -07:00
-rw-r--r--wk9/lect/hello/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk9/lect/hello/templates/index.html b/wk9/lect/hello/templates/index.html
index 0ada4ef..8ba365b 100644
--- a/wk9/lect/hello/templates/index.html
+++ b/wk9/lect/hello/templates/index.html
@@ -1,6 +1,6 @@
{% extends "layout.html" %}
-{% block body}
+{% block body %}
<form action="/greet" method="get">
<input autocomplete="off" autofocus name="name" placeholder="Name" type="text">