Author: sevein
Date: Tue Nov 30 17:02:50 2010
New Revision: 40

Log:
Use release var, fixes bug.

Modified:
   trunk/chk4upd/views.py

Modified: trunk/chk4upd/views.py
==============================================================================
--- trunk/chk4upd/views.py      Tue Nov 30 16:57:07 2010        (r39)
+++ trunk/chk4upd/views.py      Tue Nov 30 17:02:50 2010        (r40)
@@ -74,7 +74,7 @@
 
   # Filter by release
   release = request.POST.get('release', 'all')
-  if 'all' != request.POST.get('release'):
+  if 'all' != release:
     objects = objects.filter(distribution = release)
 
   paginator = Paginator(objects, 26)

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to