diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:18:46 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 09:18:46 +0000 |
commit | 90ac834374afc01f7bd12fee9af7bc6b6156e65c (patch) | |
tree | f030c0184027563e9a297f15ed263f4b71eac4ba /wk9/lect/hello/templates | |
parent | 1f81e57842c5f839be7a8453259517ba13645ff7 (diff) |
Tue, Jul 9, 2024, 2:18 AM -07:00
Diffstat (limited to 'wk9/lect/hello/templates')
-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 8c7c988..7767adf 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="post"> + <form method="post"> <input autocomplete="off" autofocus name="name" placeholder="Name" type="text"> <button type="submit">Greet</button> </from> |