From ec507f90d9592ff059abd31983da5ef1eae3c2a7 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 17 Nov 2008 13:27:04 -0500 Subject: [PATCH 1/1] rename autoinstaller help topic svn path=/trunk/packages/invirt-web/; revision=1705 --- code/main.py | 2 +- code/templates/list.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/main.py b/code/main.py index 7060bb4..2875c16 100755 --- a/code/main.py +++ b/code/main.py @@ -427,7 +427,7 @@ def helpHandler(username, state, path, fields): subjects = fields.getlist('subject') help_mapping = { - 'Autoinstall': """ + 'Autoinstalls': """ The autoinstaller builds a minimal Debian or Ubuntu system to run as a ParaVM. You can access the resulting system by logging into the serial console server diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index 5207728..d3bfd8c 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -73,7 +73,7 @@ $errorRow('autoinstall', $err) Autoinstall#slurp #filter None -$helppopup('Autoinstall')#slurp +$helppopup('Autoinstalls')#slurp #end filter -- 1.7.9.5