Skip to content

Commit edac52c

Browse files
committed
set send_welcome_email to true when adding volunteers
so we know to send them a welcome email
1 parent aac8dee commit edac52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crowdsourcer/management/commands/import_volunteers.py

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def handle(
213213
user=u,
214214
defaults={
215215
"response_type": rt,
216+
"send_welcome_email": True,
216217
},
217218
)
218219
m.marking_session.set([session])

0 commit comments

Comments
 (0)