summaryrefslogtreecommitdiffstats
path: root/webui_templates/error_page.tmpl
blob: ce9af93c23ed3d07c924209a1883f154911ea89f (plain)
1
2
3
4
5
6
7
8
9
10
11
#extends cobbler.webui.master
#attr $title = "Cobbler: Error"

#block body
<h1 style="color: red;">Error</h1>

<p color="blue">$message</p>

<a href="javascript: history.go(-1)">Go Back</a>

#end block body