summaryrefslogtreecommitdiff
path: root/day7/templates
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2019-05-25 19:48:03 +0400
committerAndrew <saintruler@gmail.com>2019-05-25 19:48:03 +0400
commitd83efe142c1d95ac04a52b03498b32b2df33c53e (patch)
tree80d1e2228c378a243c542651a894d27cba92cb32 /day7/templates
parent3b7f288c424bc12caf431fe2ab336bff2de86af9 (diff)
Исправлены ошибки в шаблоне и обработчике аргументов командной строки.
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>