Merge pull request #845 from MITx/feature/tomg/cas-static-tabs

added static tab templates
This commit is contained in:
Calen Pennington
2012-10-10 10:48:51 -07:00
7 changed files with 159 additions and 4 deletions

View File

@@ -777,3 +777,9 @@ def asset_index(request, location):
# points to the temporary course landing page with log in and sign up
def landing(request, org, course, coursename):
return render_to_response('temp-course-landing.html', {})
def static_pages(request, org, course, coursename):
return render_to_response('static-pages.html', {})
def edit_static(request, org, course, coursename):
return render_to_response('edit-static-page.html', {})