summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/errors.html
diff options
context:
space:
mode:
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 %}