Vulcan/client/views/errors/no_invite.html
2012-10-08 17:54:37 +09:00

7 lines
No EOL
244 B
HTML

<template name="no_invite">
<div class="grid-small grid-block dialog">
<h2>Thanks for signing up!</h2>
{{afterSignupText}}
<p>The site is currently invite-only, but we will let you know as soon as a spot opens up.</p>
</div>
</template>