Vulcan/client/views/errors/no_account.html

5 lines
154 B
HTML
Raw Normal View History

2012-10-05 14:21:16 +09:00
<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>