Skip to content

Commit

Permalink
#993 added back template directory, press page, about page, manifest …
Browse files Browse the repository at this point in the history
…json 404 and 500 should work now (#1002)
  • Loading branch information
maxyeo authored and noahpresler committed Aug 13, 2017
1 parent 3c050e8 commit 4247010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions semesterly/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ def get_secret(key):

TEMPLATE_DIRS = (
os.path.join(PROJECT_DIRECTORY,'templates/'),
os.path.join(PROJECT_DIRECTORY,'semesterly/templates/'),
)

# Caching
Expand Down

0 comments on commit 4247010

Please sign in to comment.