Skip to content
Snippets Groups Projects
Commit 62889266 authored by Daniel Clemente Laboreo's avatar Daniel Clemente Laboreo
Browse files

Add template block to allow redefining the details section in themes

parent f7ade340
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment