summaryrefslogtreecommitdiffstats
path: root/webui_templates/error_page.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/error_page.tmpl')
-rw-r--r--webui_templates/error_page.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/webui_templates/error_page.tmpl b/webui_templates/error_page.tmpl
new file mode 100644
index 0000000..9bf7473
--- /dev/null
+++ b/webui_templates/error_page.tmpl
@@ -0,0 +1,6 @@
+#extends cobbler.webui.master
+#attr $title = "Cobbler: Error"
+
+#block body
+<h1 style="color: red;">$message</h1>
+#end block body