Files
edx-platform/cms/views.py
2012-06-08 14:01:41 -04:00

6 lines
134 B
Python

from mitxmako.shortcuts import render_to_response
def calendar(request, course):
return render_to_response('calendar.html', {})