]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/akismet/startup.py
Replace deprecated mimetype with content_type
[osqa.git] / forum_modules / akismet / startup.py
index c050754add3acb4ba8ba228383257d1e46d1352d..7600bee1f30370a60319d3bbf09f53e42f645d23 100644 (file)
@@ -51,7 +51,7 @@ def check_spam(param, comment_type):
                     'success': False,
                     'error_message': _("Sorry, but akismet thinks your %s is spam.") % comment_type
                     }
-                    return HttpResponse(json.dumps(response), mimetype="application/json")
+                    return HttpResponse(json.dumps(response), content_type="application/json")
                 else:
                     captcha_checked = False
                     try: