summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-04-10 17:59:54 -0500
committerSol Jerome <solj@ices.utexas.edu>2010-04-10 18:02:29 -0500
commit7ca192157134ce83abd1ad426fddfb17caf41bc5 (patch)
tree06c353d15bcddc6680cffc1199553a87511b507e /src/lib/Server/Hostbase/hostbase/webtemplates/errors.html
parent37b8717f178aa7b4037d9607ef567a7c85014fc9 (diff)
downloadbcfg2-7ca192157134ce83abd1ad426fddfb17caf41bc5.tar.gz
bcfg2-7ca192157134ce83abd1ad426fddfb17caf41bc5.tar.bz2
bcfg2-7ca192157134ce83abd1ad426fddfb17caf41bc5.zip
Hostbase: Fix a bug that caused setup.py to bail
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/errors.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/errors.html6
1 files changed, 3 insertions, 3 deletions
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<br><br>
<br>
Press the back button on your browser and edit those field(s)
-{% endblock %} \ No newline at end of file
+{% endblock %}