From ec792474be03120e868f5b48788209c2a845bad7 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Fri, 16 Feb 2007 23:07:20 +0000 Subject: host copy function and other bug fixes git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2835 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Hostbase/hostbase/webtemplates/errors.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/errors.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html b/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html index 46050d941..a57e858cb 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html @@ -16,9 +16,12 @@ {% if failures %} There were errors in the following fields

-{% for failure in failures.items %} +{% for failure in failures %} -{{ failure.0 }}: {{ failure.1|join:", " }}
+{{ failure }}
+{% comment %} +{{ failure.1|join:", " }} +{% endcomment %} {% endfor %} {% endif %} -- cgit v1.2.3-1-g7c22