X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/25d2724e64a7828113860d6f7232815a34133ec1..617e60be3c7d2e0f17639f3487a721d4efdc02c0:/forum/views/commands.py diff --git a/forum/views/commands.py b/forum/views/commands.py index f04bd35..a8f6d42 100644 --- a/forum/views/commands.py +++ b/forum/views/commands.py @@ -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)