Vulcan/client/views/errors/no_account.html
2012-10-05 14:21:16 +09:00

5 lines
No EOL
154 B
HTML

<template name="no_account">
<div class="grid-small grid-block dialog">
<p>Sorry, this is a private site. Please sign up first.</p>
</div>
</template>