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

#block body
<h1 style="color: red;">$message</h1>
#end block body