diff options
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/templates/training.ftl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl index 80c5ca4..cf230b6 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -50,7 +50,7 @@                  <#if (video.pdf!"") != "">                      <span class="pdf"><a href="${video.pdf}" target="_blank">Outline</a></span>                  </#if> -                <#if allowed && !video.completed> +                <#if !allowUserToSkip && allowed && !video.completed>                      <#assign allowed = false>                  </#if>              </article>  | 
