Valid HTML.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 13 Sep 2015 18:57:19 +0000 (20:57 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 13 Sep 2015 18:57:19 +0000 (20:57 +0200)
templates/index.html

index 659832f..9f0424e 100644 (file)
@@ -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"/>