From 7ca192157134ce83abd1ad426fddfb17caf41bc5 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 10 Apr 2010 17:59:54 -0500 Subject: Hostbase: Fix a bug that caused setup.py to bail Signed-off-by: Sol Jerome --- src/lib/Server/Hostbase/hostbase/webtemplates/errors.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 a57e858cb..e5429b86c 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html @@ -8,8 +8,8 @@ {% endblock %} {% block sidebar %} -{% include "navbar" %} -{% include "logout" %} +{% include "navbar.tmpl" %} +{% include "logout.tmpl" %} {% endblock %} {% block content %} @@ -28,4 +28,4 @@ There were errors in the following fields


Press the back button on your browser and edit those field(s) -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3-1-g7c22