summaryrefslogtreecommitdiff
path: root/day7/templates
diff options
context:
space:
mode:
Diffstat (limited to 'day7/templates')
-rw-r--r--day7/templates/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/day7/templates/form.html b/day7/templates/form.html
index bff5030..781e448 100644
--- a/day7/templates/form.html
+++ b/day7/templates/form.html
@@ -48,7 +48,7 @@
</div>
<div>
- <form action="/" method="POST">
+ <form action="/short_log" method="POST">
<input type="checkbox" name="short_log" value="1">Short log<br/>
<input class="submit_btn" type="submit" value="Send"><br/>
</form>