diff --git a/coldfront/core/allocation/views.py b/coldfront/core/allocation/views.py index b05117d52..cf6cd992f 100644 --- a/coldfront/core/allocation/views.py +++ b/coldfront/core/allocation/views.py @@ -211,7 +211,7 @@ def get_context_data(self, **kwargs): if 'django_q' in settings.INSTALLED_APPS: # get last successful runs of djangoq task responsible for allocationuser data pull user_sync_task = Task.objects.filter( - func__contains="pull_sf_push_cf_redash", success=True + func__contains="pullsf_pushcf_redash", success=True ).order_by('started').last() user_sync_dt = None if not user_sync_task else user_sync_task.started else: