Commit 265d6a5d by Asad Azam Committed by AsadAzam

Adding fields on the course run detail page drupal tab

parent 5e0b70cb
......@@ -47,6 +47,17 @@
<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" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
</div>
......@@ -61,6 +72,17 @@
<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 class="info-item">
<div class="heading">
{% trans "Start Date (time in UTC)" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
</div>
......
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