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:
49f5357
)
Valid HTML.
author
František Dvořák
<valtri@civ.zcu.cz>
Sun, 13 Sep 2015 18:57:19 +0000
(20:57 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sun, 13 Sep 2015 18:57:19 +0000
(20:57 +0200)
templates/index.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/index.html
b/templates/index.html
index
659832f
..
9f0424e
100644
(file)
--- a/
templates/index.html
+++ b/
templates/index.html
@@
-21,7
+21,7
@@
</head>
<body>
- <form method="POST"
action=""
>
+ <form method="POST">
{{ form.hidden_tag() }}
<table>
<tr>
@@
-38,7
+38,7
@@
<td>
<table>
<tr>
- <td colspan=
3
>
+ <td colspan=
2
>
<input type="button" name="tests-default" onclick="tests_defaults('')" value="Default"/>
<input type="button" name="tests-all" onclick="tests_all('TRUE')" value="All"/>
<input type="button" name="tests-none" onclick="tests_all('')" value="None"/>