From bddfe16e375d9d8e966fe8c6cb5df38624934199 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Fri, 20 Jan 2012 14:58:32 -0500 Subject: [PATCH] Placeholder pages for TOS, privacy, honor code --- static_template_view/views.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static_template_view/views.py b/static_template_view/views.py index b290f84473..5579e20c86 100644 --- a/static_template_view/views.py +++ b/static_template_view/views.py @@ -8,7 +8,12 @@ from django.shortcuts import redirect from django.core.context_processors import csrf #valid_templates=['index.html', 'staff.html', 'info.html', 'credits.html'] -valid_templates=['mitx_global.html', 'index.html'] +valid_templates=['mitx_global.html', + 'index.html', + 'tos.html', + 'privacy.html', + 'honor.html', + 'copyright.html'] def index(request, template): csrf_token = csrf(request)['csrf_token']