setup landing template

This commit is contained in:
Tom Giannattasio
2012-10-03 17:21:51 -04:00
parent ea1b7caf47
commit 6b4d9ba0cd
4 changed files with 44 additions and 3 deletions

View File

@@ -621,4 +621,6 @@ def remove_user(request, org, course, name):
@ensure_csrf_cookie
def asset_index(request, location):
return render_to_response('asset_index.html',{})
def landing(request, org, course, coursename):
return render_to_response('landing.html', {})