diff --git a/www/project-install-guide/draft/index.html b/www/project-install-guide/draft/index.html index e9e731a510..bfdf5e9700 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 %} @@ -53,7 +52,7 @@ {% for project in projects|sort(attribute='service') -%} {% if project.has_install_guide %} -