From 9f262ead659a96b1c10e5ce84f07984e483aed6b Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Mon, 19 Feb 2018 10:34:21 +0100
Subject: [PATCH] fix on cron jobs - invalid class name

---
 smash/smash/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smash/smash/settings.py b/smash/smash/settings.py
index a034ce10..c11fe16a 100644
--- a/smash/smash/settings.py
+++ b/smash/smash/settings.py
@@ -75,7 +75,7 @@ TEMPLATES = [
 CRON_CLASSES = [
     'web.views.kit.KitRequestEmailSendJob',
     'web.redcap_connector.RedCapRefreshJob',
-    'web.voucher_expiry_job',
+    'web.views.voucher.ExpireVouchersJob',
 ]
 
 # Password validation
-- 
GitLab