Commit 85f1d09d by Brian Talbot

certificates: removing edX-centric supplemental content from views

parent 597af988
...@@ -39,10 +39,6 @@ ...@@ -39,10 +39,6 @@
</div> </div>
</div> </div>
</section> </section>
<hr class="divider" />
<%include file="_certificate-supplemental.html" />
</div> </div>
<hr class="divider" /> <hr class="divider" />
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<span class="label">${_("Certificate Type")}</span> <span class="label">${_("Certificate Type")}</span>
<span class="value"> <span class="value">
${certificate_type_title} ${certificate_type_title}
<span class="explanation">${certificate_type_description} </span> <span class="explanation">${certificate_type_description}</span>
</span> </span>
</li> </li>
<li class="item certificate-id"> <li class="item certificate-id">
...@@ -52,10 +52,6 @@ ...@@ -52,10 +52,6 @@
</div> </div>
</article> </article>
</section> </section>
<hr class="divider" />
<%include file="_certificate-supplemental.html" />
</div> </div>
<hr class="divider" /> <hr class="divider" />
......
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