Commit 566b9694 by ichuang

revert inadvertent change to course.html

parent 5c90ec19
...@@ -19,12 +19,6 @@ ...@@ -19,12 +19,6 @@
<section class="container"> <section class="container">
## I'm removing this for now since we aren't using it for the fall. ## I'm removing this for now since we aren't using it for the fall.
## <%include file="course_filter.html" /> ## <%include file="course_filter.html" />
<%!
from django.core.urlresolvers import reverse
%>
<h1>For 8.01 Reading Questions, click on <a href="${reverse('courses')}">Find Courses</a></h1>
<section class="courses"> <section class="courses">
<section class='university-column'> <section class='university-column'>
%for course in universities['MITx']: %for course in universities['MITx']:
......
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