diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-11-18 22:28:10 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-11-18 22:28:10 -0800 |
commit | 330f60ef82abf2b6d4920ac26ed5944c33d87696 (patch) | |
tree | 96ba447c82c0558e7139b04400632abc7089fbb9 /src/templates | |
parent | 41a861fc3fa755887cda26ea52cf174911549caf (diff) |
Making strict viewing order configurable.
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> |