From 20ada529f6bee67aa9ff8ee9e53dcc474b285fde Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Mon, 13 Feb 2012 17:10:52 -0500 Subject: [PATCH] Help file added to static views --- static_template_view/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',