fix: course details link preview
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
{% if lesson.name %}
|
||||
<a class="btn btn-default btn-sm mr-2" href="{{ get_lesson_url(course.name, lesson_number) }}">
|
||||
<span>
|
||||
{{ _("Preview") }}
|
||||
{{ _("Back to Lesson") }}
|
||||
</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
@@ -247,7 +247,6 @@
|
||||
<script type="text/javascript">
|
||||
var page_context = {{ page_context | tojson }};
|
||||
</script>
|
||||
{{ include_script('controls.bundle.js') }}
|
||||
{% for ext in page_extensions %}
|
||||
{{ ext.render_footer() }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user