NIHVIVO-1236 Updates to insufficientAuthorization.ftl (sounds like this file will most likely be going away)

This commit is contained in:
nac26 2010-12-06 19:04:42 +00:00
parent 272d90343b
commit ec25d91391

View file

@ -3,12 +3,9 @@
<#-- Template for the insufficient authorization page --> <#-- Template for the insufficient authorization page -->
<section role="region"> <section role="region">
<h2>Insufficient Authorization</h2> <h2>Houston...we have a problem</h2>
<p> <p>We're sorry, but you are not authorized to view the page you requested. If you think this is an error, please <a href="${urls.contact}" title="Send us a message">contact us</a> and we'll be happy to help.</p>
You are not authorized to view that page.
</p>
<br/> <p>Return to the <a href="${urls.home}" title="Head back home">home page</a>.</p>
<a href="${urls.home}">Continue</a>
</section> </section>