Vulcan/client/views/errors/no_rights.html

5 lines
160 B
HTML
Raw Normal View History

<template name="no_rights">
<div class="grid-small grid-block dialog">
2013-11-09 02:02:05 +01:00
{{i18n "Sorry, you don't have the rights to view this page."}}
</div>
</template>