From e1dc6abbdab9914454f76ac211b48a4c41ec8c5b Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 2 Apr 2024 18:02:41 -0700 Subject: [PATCH] Example contest --- data/schools.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/schools.json b/data/schools.json index ea9edbb..5580b72 100644 --- a/data/schools.json +++ b/data/schools.json @@ -141,5 +141,16 @@ "mascot": "Spartans", "mail_domains": ["msu.edu"] } + }, + { + "model": "vb.contest", + "pk": 1, + "fields": { + "name": "$25 Amazon Gift Card Giveaway", + "start_at": "2024-04-02T23:17:11Z", + "end_at": "2024-04-06T23:17:24Z", + "template": "{{ school.short_name }} students: check your voter registration for a 1 in 10 chance to win a $25 Amazon gift card.", + "school": 1 + } } ]