fix: course details link preview

This commit is contained in:
Jannat Patel
2023-05-15 13:13:45 +05:30
parent 0093025e5d
commit c01c248202
9 changed files with 17 additions and 19 deletions

View File

@@ -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 %}

View File

@@ -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 %}