summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--israwhidebroken/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/israwhidebroken/templates/index.html b/israwhidebroken/templates/index.html
index b51ad04..bf8474e 100644
--- a/israwhidebroken/templates/index.html
+++ b/israwhidebroken/templates/index.html
@@ -35,7 +35,7 @@ for tree in trees:
<py:choose>
<!--! TODO FIXME form target -->
<!--! TODO FIXME FOR REAL nice widget to do this ajaxfully -->
- <form py:when="in_qa and r is None and test.id == 8 or test.id == 9">
+ <form py:when="in_qa and r is None and (test.id==8 or test.id==9)">
<select name="result">
<option>none</option>
<option value="1">pass</option>