summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:08:43 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-07-09 09:08:43 +0000
commit2d866724e41c236792572612c29122f498705c3a (patch)
tree6bfb7150a26b49d4510549b68c979fe9400ee2ad
parent2e57edd05c6110a6ff2c7e87ea449bfdf11fff1d (diff)
Tue, Jul 9, 2024, 2:08 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 8ba365b..8c7c988 100644
--- a/wk9/lect/hello/templates/index.html
+++ b/wk9/lect/hello/templates/index.html
@@ -2,7 +2,7 @@
{% block body %}
- <form action="/greet" method="get">
+ <form action="/greet" method="post">
<input autocomplete="off" autofocus name="name" placeholder="Name" type="text">
<button type="submit">Greet</button>
</from>