Commit c0441675 by Matthew Piatetsky

add course id to receipt page

parent 56947a33
......@@ -89,7 +89,9 @@
<dd class="course-description">
<span>{{ line.title }}</span>
{% if line.product.course %}
<p>{{ line.product.course.id|course_organization }}</p>
<p class="course-description-subtitle" data-course-id="{{ line.product.course.id }}">
{{ line.product.course.id|course_organization }}
</p>
{% endif %}
</dd>
<dt class="line-price sr">{% trans "Item Price:" %}</dt>
......
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