Add a basic email on case study submission. Closes #50.

This commit is contained in:
2018-04-02 23:02:49 +10:00
parent 1847b22c09
commit f4a7a108b5
2 changed files with 33 additions and 0 deletions

View File

@ -84,6 +84,7 @@ MIDDLEWARE = [
ROOT_URLCONF = 'ojusomap.urls'
SITE_ID = 1
SITE_URL = 'https://map.ojuso.org'
TEMPLATES = [
{