Add template block to allow redefining the details section in themes

This commit is contained in:
Daniel Clemente Laboreo
2018-02-24 20:33:30 +02:00
parent f7ade3406c
commit 628892667b

View File

@@ -207,6 +207,8 @@ from six import string_types
</%block>
<div class="container">
<%block name="course_about_details">
<div class="details">
% if staff_access and studio_url is not None:
<div class="wrap-instructor-info studio-view">
@@ -217,7 +219,8 @@ from six import string_types
<div class="inner-wrapper">
${get_course_about_section(request, course, "overview")}
</div>
</div>
</div>
</%block>
<div class="course-sidebar">
<div class="course-summary">