Chromium Code Reviews| Index: appengine/findit/templates/flake/error.html |
| diff --git a/appengine/findit/templates/flake/error.html b/appengine/findit/templates/flake/error.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8edff79fc42d502aec6f9e255a7211010e263e22 |
| --- /dev/null |
| +++ b/appengine/findit/templates/flake/error.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
|
stgao
2016/07/09 00:12:24
This could be removed if we use BaseHandler.Create
caiw
2016/07/14 00:59:34
Sure - why don't we just remove this from the CL s
stgao
2016/07/14 21:17:58
If not used at all, it should be removed.
|
| +<head> |
| + <title>Oops</title> |
| + <meta charset="utf-8"> |
| +</head> |
| +<body> |
| + <p> There was an error with the last run with these parameters. We have been notified. </p> |
| +</body> |