admin/app/views/errorPage.scala.html (
11
lines of code) (
raw
):
@(e: Throwable) <html> <head> <title>Admin error page</title> <meta http-equiv="refresh" content="60"> </head> <body> <h1>Error</h1> <p>@e.getMessage</p> </body> </html>