diff --git a/static_template_view/views.py b/static_template_view/views.py index 0f15dd14ae..d3a12a9fdb 100644 --- a/static_template_view/views.py +++ b/static_template_view/views.py @@ -14,7 +14,8 @@ valid_templates=['index.html', 'privacy.html', 'honor.html', 'copyright.html', - '404.html'] + '404.html', + 'mitx_help.html'] if settings.STATIC_GRAB: valid_templates = valid_templates+['server-down.html',