Commit 19f8266b by Tom Giannattasio Committed by Calen Pennington

removed dup edge def and changed to university_profile/edge template

parent 86f32bb3
...@@ -851,8 +851,5 @@ def asset_index(request, org, course, name): ...@@ -851,8 +851,5 @@ def asset_index(request, org, course, name):
# points to the temporary edge page # points to the temporary edge page
def edge(request, org, course, coursename):
return render_to_response('temp-edge.html', {})
def edge(request): def edge(request):
return render_to_response('temp-edge.html', {}) return render_to_response('university_profiles/edge.html', {})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment