Fix URL in POST form (flask deployment under passenger).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 13 Sep 2015 16:43:09 +0000 (18:43 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 13 Sep 2015 16:43:09 +0000 (18:43 +0200)
templates/index.html

index 6227518..659832f 100644 (file)
@@ -21,7 +21,7 @@
 </head>
 
 <body>
-    <form method='POST' action='/'>
+    <form method="POST" action="">
         {{ form.hidden_tag() }}
         <table>
             <tr>