Commit 9e88be9a by Brian Talbot

Verification: removes duplicate course start on receipt view

parent 882df8d3
......@@ -100,7 +100,7 @@
<tr>
<th scope="col" >${_("Course")}</th>
<th scope="col" >${_("Status")}</th>
<th scope="col" >${_("Options")}</th>
<th scope="col" ><span class="sr">${_("Options")}</span></th>
</tr>
</thead>
......@@ -113,9 +113,8 @@
</td>
<td class="options">
%if course_has_started:
${_("Starts: {start_date}").format(start_date=course_start_date_text)}
<a class="action action-course" href="${reverse('course_root', kwargs={'course_id': item.course_id})}">${_("Go to Course")}</a>
%else:
<a class="action action-course" href="${reverse('course_root', kwargs={'course_id': item.course_id})}">${_("Go to Course")}</a>
%endif
</td>
</tr>
......
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