added edge logo; added edge temp landing page

This commit is contained in:
Tom Giannattasio
2012-10-09 07:09:56 -04:00
committed by Calen Pennington
parent 38f5761a89
commit fec710abde
12 changed files with 180 additions and 1 deletions

View File

@@ -848,3 +848,8 @@ def asset_index(request, org, course, name):
'assets': asset_display,
'upload_asset_callback_url': upload_asset_callback_url
})
# points to the temporary edge page
def edge(request, org, course, coursename):
return render_to_response('temp-edge.html', {})