Commit ee42d83b by attiyaishaque Committed by Attiya Ishaque

EDUCATOR-1095 Add copy button in course syllabus field.

parent 5493553f
...@@ -258,8 +258,9 @@ ...@@ -258,8 +258,9 @@
<div class="info-item"> <div class="info-item">
<div class="heading"> <div class="heading">
{% trans "Course Syllabus" %} {% trans "Course Syllabus" %}
{% include "publisher/course_run_detail/_clipboard.html" %}
</div> </div>
<div> <div class="copy">
{% with object.syllabus as field %} {% with object.syllabus as field %}
{% include "publisher/_render_optional_field.html" %} {% include "publisher/_render_optional_field.html" %}
{% endwith %} {% endwith %}
......
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