def get_context_data(self, **kwargs):
        context = super(SponsorDashboard, self).get_context_data(**kwargs)
        context['otherApplication'] = True
        context['emailCopy'] = False
        return context