summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/search.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/search.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/search.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/search.html b/src/lib/Server/Hostbase/hostbase/webtemplates/search.html
index e5bd0a6b3..409d418fe 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/search.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/search.html
@@ -11,7 +11,7 @@
{% block sidebar %}
<a href="/hostbase/new" class="sidebar">add a new host</a><br>
<a href="/hostbase/zones" class="sidebar">zone file information</a><br>
-{% include "logout" %}
+{% include "logout.tmpl" %}
{% endblock %}
{% block content %}
@@ -54,4 +54,4 @@
<p>
<input type="submit" value="Search">
</form>
-{% endblock %} \ No newline at end of file
+{% endblock %}