From ee2c0024ae838d18d1f56c2e2e814645323b43d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 13 Sep 2015 18:43:09 +0200 Subject: [PATCH] Fix URL in POST form (flask deployment under passenger). --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 6227518..659832f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@ -
+ {{ form.hidden_tag() }} -- 1.8.2.3