Commit affb0e85 by Bill DeRusha

Quick fix for course run list table

parent fd11cc8e
...@@ -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