Vulcan/client/views/errors/no_invite.html

7 lines
244 B
HTML
Raw Normal View History

2012-10-05 14:21:16 +09:00
<template name="no_invite">
<div class="grid-small grid-block dialog">
2012-10-08 17:54:37 +09:00
<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>
2012-10-05 14:21:16 +09:00
</div>
</template>