diff options
-rw-r--r-- | wk9/lect/hello/templates/index.html | 2 |
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> |