Commit 2e1ef67f by Awais Committed by Awais Qureshi

Adding fields on course-run-detail page.

ECOM-7860
parent c72968b6
...@@ -143,6 +143,40 @@ ...@@ -143,6 +143,40 @@
{% endwith %} {% endwith %}
</div> </div>
</div> </div>
<div class="info-item">
<div class="heading">
{% trans "MicroMasters" %}
</div>
<div>
{% with object.micromasters_name as field %}
{% include "publisher/_render_optional_field.html" %}
{% endwith %}
</div>
</div>
<div class="info-item">
<div class="heading">
{% trans "XSeries Name" %}
</div>
<div>
{% with object.xseries_name as field %}
{% include "publisher/_render_optional_field.html" %}
{% endwith %}
</div>
</div>
<div class="info-item">
<div class="heading">
{% trans "Professional Certificate Name" %}
</div>
<div>
{% with object.professional_certificate_name as field %}
{% include "publisher/_render_optional_field.html" %}
{% endwith %}
</div>
</div>
</div> </div>
<div class="clearfix"></div> <div class="clearfix"></div>
<script type="text/javascript"> <script type="text/javascript">
......
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