git://scientific.zcu.cz
/
pOCCI-flask.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800a2ef
)
Fix URL in POST form (flask deployment under passenger).
author
František Dvořák
<valtri@civ.zcu.cz>
Sun, 13 Sep 2015 16:43:09 +0000
(18:43 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sun, 13 Sep 2015 16:43:09 +0000
(18:43 +0200)
templates/index.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/index.html
b/templates/index.html
index
6227518
..
659832f
100644
(file)
--- a/
templates/index.html
+++ b/
templates/index.html
@@
-21,7
+21,7
@@
</head>
<body>
- <form method=
'POST' action='/'
>
+ <form method=
"POST" action=""
>
{{ form.hidden_tag() }}
<table>
<tr>