Author: humbedooh
Date: Thu Feb 11 10:10:11 2016
New Revision: 1729790

URL: http://svn.apache.org/viewvc?rev=1729790&view=rev
Log:
monitor karma should be 2, not 3.

Modified:
    steve/trunk/pysteve/www/cgi-bin/rest_admin.py

Modified: steve/trunk/pysteve/www/cgi-bin/rest_admin.py
URL: 
http://svn.apache.org/viewvc/steve/trunk/pysteve/www/cgi-bin/rest_admin.py?rev=1729790&r1=1729789&r2=1729790&view=diff
==============================================================================
--- steve/trunk/pysteve/www/cgi-bin/rest_admin.py (original)
+++ steve/trunk/pysteve/www/cgi-bin/rest_admin.py Thu Feb 11 10:10:11 2016
@@ -285,7 +285,7 @@ else:
             else:
                 response.respond(403, {'message': 'You do not have enough 
karma for this'})
         
-        elif action == "view" and karma >= 3:
+        elif action == "view" and karma >= 2:
             # View a list of issues for an election
             if electionID:
                 js = []


Reply via email to