vitro/webapp/web/templates/freemarker/body/insufficientAuthorization.ftl

15 lines
343 B
Text
Raw Normal View History

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for the insufficient authorization page -->
<section role="region">
<h2>Insufficient Authorization</h2>
<p>
You are not authorized to view that page.
</p>
<br/>
<a href="${urls.home}">Continue</a>
</section>