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.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/webui_templates/error_page.tmpl b/webui_templates/error_page.tmpl
index 9bf7473..ce9af93 100644
--- a/webui_templates/error_page.tmpl
+++ b/webui_templates/error_page.tmpl
@@ -2,5 +2,10 @@
#attr $title = "Cobbler: Error"
#block body
-<h1 style="color: red;">$message</h1>
+<h1 style="color: red;">Error</h1>
+
+<p color="blue">$message</p>
+
+<a href="javascript: history.go(-1)">Go Back</a>
+
#end block body