From 0cb9b37b723386d1e902f556e9dbbbe093d2789f Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 18 Nov 2013 22:28:10 -0800 Subject: Making strict viewing order configurable. --- src/templates/templates/training.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates') 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!"") != ""> Outline - <#if allowed && !video.completed> + <#if !allowUserToSkip && allowed && !video.completed> <#assign allowed = false> -- cgit v1.2.3