]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/commands.py
Closes OSQA 175 and OSQA 318. Added a bunch of options to configure the email validat...
[osqa.git] / forum / views / commands.py
index f04bd356c14b8c755abb3dfa4ad367801ea1d53c..a8f6d426fe28b3592f465c9ec6c788e2e6b6d607 100644 (file)
@@ -12,7 +12,6 @@ from forum.actions import *
 from django.core.urlresolvers import reverse
 from django.contrib.auth.decorators import login_required
 from forum.utils.decorators import ajax_method, ajax_login_required
-from forum.modules.decorators import decoratable
 from decorators import command, CommandException, RefreshPageCommand
 from forum import settings
 import logging
@@ -222,7 +221,6 @@ def mark_favorite(request, id):
     }
     }
 
-@decoratable
 @command
 def comment(request, id):
     post = get_object_or_404(Node, id=id)