summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-11-18 22:28:10 -0800
committerJesse Morgan <jesse@jesterpm.net>2013-11-18 22:28:10 -0800
commit0cb9b37b723386d1e902f556e9dbbbe093d2789f (patch)
treed1a172148327247618c7d30572e9fa486a925f42 /src/templates
parent3521cc4003f738cc1433cfe484470dd9f7577360 (diff)
Making strict viewing order configurable.
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/templates/training.ftl2
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>