source: trunk/grails-app/views/login/denied.gsp @ 967

Last change on this file since 967 was 59, checked in by gav, 15 years ago

Lots of changes to setup Acegi, should be complete with all current pages secured.
Added CSS and PersonGroup? and PersonGroupType?.
Adjust BootStrap? to suite.
Add Home and Admin pages.

File size: 162 bytes
Line 
1<meta name='layout' content='main' />
2<title>Denied</title>
3
4<div class='body'>
5        <div class='errors'>Sorry, you're not authorized to view this page.</div>
6</div>
Note: See TracBrowser for help on using the repository browser.