fix: certificate link
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% set certificate = course.is_certified() %}
|
{% set certificate = course.is_certified() %}
|
||||||
{% if certificate and show_progress_indicators %}
|
{% if certificate and show_progress_indicators %}
|
||||||
<a class="muted-text dark-links pull-right zindex" href="/courses/{{ course.name }}/{{ certificate }}">View
|
<a class="muted-text dark-links pull-right zindex" href="/courses/{{ course.name }}/{{ certificate }}">Get
|
||||||
Certificate</a>
|
Certificate</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user