fix: back to course button

This commit is contained in:
Shivam Mishra 2019-06-12 15:22:42 +05:30
parent 8af1e87e83
commit 44f98a9a4b

View File

@ -58,7 +58,7 @@
{% macro title() %} {% macro title() %}
<div class="mb-3"> <div class="mb-3">
<a href="#" class="text-muted"> <a href="/lms/course?name={{ course }}&program={{ program }}" class="text-muted">
Back to Course Back to Course
</a> </a>
</div> </div>