[Oi-commits] r1497 - trunk/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Thu Jun 19 15:06:37 EEST 2008
Author: jnmbk
Date: Thu Jun 19 15:06:37 2008
New Revision: 1497
Modified:
trunk/forum/views.py
Log:
it was done yesterday
Modified: trunk/forum/views.py
=================================================================
--- trunk/forum/views.py (original)
+++ trunk/forum/views.py Thu Jun 19 15:06:37 2008
@@ -866,7 +866,6 @@
@login_required
def vote_poll(request,forum_slug,topic_id,option_id):
- #TODO: voting deadline must be checked here and when showing the poll
topic = get_object_or_404(Topic, pk=topic_id)
option = get_object_or_404(PollOption, pk=option_id)
forum = topic.forum
More information about the Oi-commits
mailing list