From 0c9c01db1bb94b8d14058d84a77a6635ec3a15a9 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 3 Jul 2017 12:15:43 -0400 Subject: [PATCH] remove redundant series variable from install guide list template The other templates use lower case "series" as the variable name, so be consistent here and remove the duplicate variable SERIES. Change-Id: I3d96f7242dee55e2bc651b3515be7a43d49358bb Signed-off-by: Doug Hellmann --- www/project-install-guide/draft/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/project-install-guide/draft/index.html b/www/project-install-guide/draft/index.html index 0f575941ac..597cfe5b83 100644 --- a/www/project-install-guide/draft/index.html +++ b/www/project-install-guide/draft/index.html @@ -1,10 +1,9 @@ -{% set series = 'latest' %} +{% set series = "latest" %} {% set projects = PROJECT_DATA[series] %} {% set scriptdir = '../../common/js/' %} {% set cssdir = '../../common/css/' %} {% set imagedir = '../../common/images/' %} -{% set SERIES = "latest" %} {% extends "templates/base.tmpl" %} {% block pagetitle %}Draft Installation Tutorials and Guides{% endblock %} @@ -37,7 +36,7 @@