Some completed tasks. Script for large Walmart enrollment (which brought down the app... oops).
This commit is contained in:
@ -30,7 +30,12 @@
|
||||
{% include "featured_courses" %}
|
||||
</div>
|
||||
<div class="homepage-widget-container" style="display: flex; flex-wrap: nowrap;">
|
||||
{% include "widget_badges" %}
|
||||
{% for course in courses.enrolled %}
|
||||
{% if course.id == 'ef6af62f-897e-4eb2-8f0f-47b3df3bc06b' and course.progress == 100 %}
|
||||
{% include "widget_badges" %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% include "widget_course_progress" %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user