| Index: milo/appengine/frontend/templates/bootstrap/pages/error.html
|
| diff --git a/milo/appengine/frontend/templates/bootstrap/pages/error.html b/milo/appengine/frontend/templates/bootstrap/pages/error.html
|
| deleted file mode 100644
|
| index 4e1e9c5650c84beff0ce184350e7cd0b7d91e4af..0000000000000000000000000000000000000000
|
| --- a/milo/appengine/frontend/templates/bootstrap/pages/error.html
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -{{define "title"}}Error: {{.Code}}{{end}}
|
| -
|
| -{{define "head"}}{{end}}
|
| -
|
| -{{define "body"}}
|
| -<h1>Error: {{.Code}}</h1>
|
| -{{ if .Message }}
|
| - <div>{{.Message}}</div>
|
| -{{ end }}
|
| -{{end}}
|
|
|