summaryrefslogtreecommitdiffstats
path: root/forum/views/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/views/commands.py')
-rw-r--r--forum/views/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/views/commands.py b/forum/views/commands.py
index ffe1c34f..b5dbec56 100644
--- a/forum/views/commands.py
+++ b/forum/views/commands.py
@@ -2,7 +2,7 @@ import datetime
from django.conf import settings
from django.utils import simplejson
from django.http import HttpResponse, HttpResponseRedirect
-from django.shortcuts import get_object_or_404
+from django.shortcuts import get_object_or_404, render_to_response
from django.utils.translation import ugettext as _
from django.template import RequestContext
from forum.models import *