summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-09-17 16:53:38 -0400
committerWill Woods <wwoods@redhat.com>2009-09-17 16:53:38 -0400
commitbebdd4daa811e38b98880c00d788a470112479ea (patch)
tree4db5c9e287d87990cf61cf5997a9099948c1b030
parent7b88a0d4e8d72af06358f685c06e20ed705711d1 (diff)
downloadisrawhidebroken-bebdd4daa811e38b98880c00d788a470112479ea.tar.gz
israwhidebroken-bebdd4daa811e38b98880c00d788a470112479ea.tar.xz
israwhidebroken-bebdd4daa811e38b98880c00d788a470112479ea.zip
Fix display of dropboxes
-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>