]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/commands.py
Fixes OSQA 317, Wrong links in the user profile in the new notification email, and...
[osqa.git] / forum / views / commands.py
index 63c65063ea044d8ca82b1aa8b208dbd31df74842..f04bd356c14b8c755abb3dfa4ad367801ea1d53c 100644 (file)
@@ -2,7 +2,7 @@ import datetime
 from forum import settings
 from django.core.exceptions import ObjectDoesNotExist
 from django.utils import simplejson
-from django.http import HttpResponse, HttpResponseRedirect, HttpResponseForbidden, Http404
+from django.http import HttpResponse, HttpResponseRedirect, Http404
 from django.shortcuts import get_object_or_404, render_to_response
 from django.utils.translation import ungettext, ugettext as _
 from django.template import RequestContext