Help file added to static views

This commit is contained in:
Piotr Mitros
2012-02-13 17:10:52 -05:00
parent caa2ed9195
commit 20ada529f6

View File

@@ -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',