Allow for customization of course email template at the organization level

This commit is contained in:
Douglas Hall
2017-02-04 22:06:00 -05:00
committed by Douglas Hall
parent aeb76a5bc7
commit 06fa13f4df
3 changed files with 60 additions and 5 deletions

View File

@@ -16,7 +16,9 @@ class SiteMixin(object):
site=self.site,
values={
"SITE_NAME": self.site.domain,
"course_org_filter": "fakeX",
"course_email_from_addr": "fake@example.com",
"course_email_template_name": "fake_email_template",
"course_org_filter": "fakeX"
}
)