Commit af21ae8e by Michael Terry

Show course price/type in details

LEARNER-3769
parent 0ff73820
...@@ -73,6 +73,30 @@ ...@@ -73,6 +73,30 @@
<div class="info-item history-field-container"> <div class="info-item history-field-container">
<div class="heading"> <div class="heading">
{% trans "Enrollment Track" %}
</div>
<div class="current type">
{% with object.type as field %}
{% include "publisher/_render_optional_field.html" %}
{% endwith %}
</div>
<div class="show-diff"></div>
</div>
<div class="info-item history-field-container">
<div class="heading">
{% trans "Certificate Price" %}
</div>
<div class="current price">
{% with object.price as field %}
{% include "publisher/_render_optional_field.html" %}
{% endwith %}
</div>
<div class="show-diff"></div>
</div>
<div class="info-item history-field-container">
<div class="heading">
{% trans "Short Description" %} {% trans "Short Description" %}
</div> </div>
<div class="current short_description"> <div class="current short_description">
......
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