From: František Dvořák Date: Sun, 13 Sep 2015 16:43:09 +0000 (+0200) Subject: Fix URL in POST form (flask deployment under passenger). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ee2c0024ae838d18d1f56c2e2e814645323b43d2;p=pOCCI-flask.git Fix URL in POST form (flask deployment under passenger). --- 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() }}