mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
7 lines
No EOL
266 B
HTML
7 lines
No EOL
266 B
HTML
<template name="no_invite">
|
|
<div class="grid-small grid-block dialog">
|
|
<h2>{{i18n "Thanks for signing up!"}}</h2>
|
|
{{afterSignupText}}
|
|
<p>{{i18n "The site is currently invite-only, but we will let you know as soon as a spot opens up."}}</p>
|
|
</div>
|
|
</template> |