Templates for Zenjob, Mizuno, Artera. Scripts for Wild Health.

This commit is contained in:
Norm Rasmussen
2023-06-06 17:34:32 -04:00
parent 14f713c3af
commit e924fdb040
12 changed files with 146 additions and 36 deletions

View File

@ -36,7 +36,11 @@
{% else %}
<a class="np-button np-button-wide" href="{{ course_path }}">
<span data-lang="DE">{% t shared.view %}</span>
<span data-lang="EN">View</span>
{% if course.progress > 0 and course.progress < 100 %}
<span data-lang="EN">Continue</span>
{% else %}
<span data-lang="EN">View</span>
{% endif %}
</a>
{% endif %}