From bbf247245f5395b98d15def3e689a7e804010212 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 30 Jan 2014 20:16:05 -0800 Subject: Updating Videos and Script. Video numbers may now be decimals (i.e. 5.1, 5.2). If the number is 0 it is not displayed on the website. Updating the videos-from-csv.py script to distinguish between user facing video numbers and video ids. Also updating urls for many videos. --- 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 f40f4ce..3f5331e 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -37,7 +37,7 @@ <#list videos as video>
${video.title}
-

${video.number}. ${video.title}

+

<#if video.number != "0">${video.number}. ${video.title}

<@hms seconds=video.length /> <#if (video.pdf!"") != ""> Outline -- cgit v1.2.3