/grails-app/views/login/denied.gsp
text | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | ebb3b852169cba3a5ef4790ff82ea75c MD5 | raw file
- <head>
- <meta name='layout' content='main' />
- <title>Denied</title>
- </head>
- <body>
- <div class='body'>
- <div class='errors'>Sorry, you're not authorized to view this page.</div>
- </div>
- </body>