Commit ae5dcc2c by Bill DeRusha Committed by GitHub

Merge pull request #214 from edx/bderusha/course-list-fix

Quick fix for course run list table
parents fd11cc8e affb0e85
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
{% for course_run in object_list %} {% for course_run in object_list %}
{% url 'publisher:publisher_course_run_detail' course_run.id as detail_url %} {% url 'publisher:publisher_course_run_detail' course_run.id as detail_url %}
<tr> <tr>
<td>{{ course_run.title }}</td>
<td> <td>
<a href={{detail_url}}>{{ course_run.title }}</a> <a href={{detail_url}}>{{ course_run.title }}</a>
</td> </td>
......
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