diff --git a/opentech/public/mailchimp/views.py b/opentech/public/mailchimp/views.py
index 679384d7a71ba4ffbed8d39707a035d7e8ad35b0..56534258b7d2d0f48f37929f8bc3169d08bd2666 100644
--- a/opentech/public/mailchimp/views.py
+++ b/opentech/public/mailchimp/views.py
@@ -77,7 +77,7 @@ class MailchimpSubscribeView(FormMixin, RedirectView):
 
     def get_success_url(self):
         # Go back to where you came from
-        return self.request.META['HTTP_ORIGIN']
+        return self.request.META['HTTP_REFERER']
 
     def get_redirect_url(self):
         # We don't know where you came from, go home