Vulcan/client/views/errors/no_invite.html

7 lines
266 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">
<h2>{{i18n "Thanks for signing up!"}}</h2>
2012-10-08 17:54:37 +09:00
{{afterSignupText}}
<p>{{i18n "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>