diff --git a/frontend/views.py b/frontend/views.py index 760ab8c4..e4ae4be3 100755 --- a/frontend/views.py +++ b/frontend/views.py @@ -37,7 +37,7 @@ from django.shortcuts import render, render_to_response, get_object_or_404 from django.utils.http import urlencode from django.utils.translation import ugettext_lazy as _ from regluit.core import tasks -from regluit.core.tasks import send_mail_task, emit_notifications +from regluit.core.tasks import send_mail_task from regluit.core import models, bookloader, librarything from regluit.core import userlists from regluit.core.search import gluejar_search @@ -817,10 +817,6 @@ class PledgeCompleteView(TemplateView): context["works"] = works context["works2"] = works2 - # generate notices with same context used for user page - notification.queue([transaction.user], "pledge_you_have_pledged", context, True) - emit_notifications.delay() - return context