Commit cfa389e3 by Matthew Mongeau

Change url to use args instead of kwargs.

parent ff74bc79
......@@ -6,7 +6,7 @@
<article id="${course.id}"class="course">
<div class="inner-wrapper">
<header class="course-preview">
<a href="${reverse('about_course', kwargs={'course_id': course.id})}">
<a href="${reverse('about_course', args=[course.id])}">
<hgroup>
<h2>${course.get_about_section('title')}</h2>
</hgroup>
......
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