change cardinal-5 description
[cavote.git] / main.py
diff --git a/main.py b/main.py
index 9ce0797..14a839b 100755 (executable)
--- a/main.py
+++ b/main.py
@@ -751,6 +751,7 @@ def admin_vote_edit(voteid):
     vote = query_db('select * from votes where id = ?', [voteid], one=True)
     if vote is None:
         abort(404)
+    print "\nvote: %s\n" % str(vote)
     if request.method == 'POST':
         if request.form['title']:
             if request.form['days'] > 0: