Supplier templates
This commit is contained in:
@ -5,11 +5,13 @@
|
||||
{% endif %}
|
||||
|
||||
{% assign skip_overview = false %}
|
||||
{% comment %}
|
||||
{% for category in course.categories %}
|
||||
{% if category.name == 'HelpDoc' %}
|
||||
{% assign skip_overview = true %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endcomment %}
|
||||
{% if skip_overview %}
|
||||
{% if course.enrolled? %}
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user