Commit 374dc3e0 by Bertrand Marron

Add tab to go back to track

parent 0ddc82a2
......@@ -76,6 +76,18 @@ def url_class(is_active):
</li>
% endfor
<%block name="extratabs" />
<%
course_id = unicode(course.id)
%>
## Only display the return link for MiMos or Exams
% if course_id.startswith('ref/m') or course_id.startswith('ref/e'):
<li class="back-to-track">
<a href="${marketing_link('ROOT')}/return/${course.id}">
<i class="fa fa-long-arrow-left"></i>
Revenir au cours
</a>
</li>
%endif
</ol>
</div>
</nav>
......
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