mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 11:11:43 +00:00
Add email signup
This commit is contained in:
parent
57e46cdc89
commit
9d8569cfd9
1 changed files with 21 additions and 0 deletions
|
|
@ -129,6 +129,27 @@
|
|||
Hey guys, Tyler here. Working on migrating to AWS to fix the "Offline" error people are experiencing (follow <a href="https://github.com/lefnire/habitrpg/issues/91">issue here</a>). Hang tight.
|
||||
</div>
|
||||
{/}
|
||||
{#if equal(_user.flags.aws_migrating,'show')}
|
||||
<div class='alert'>
|
||||
<div id="mc_embed_signup">
|
||||
<form action="http://habitrpg.us6.list-manage.com/subscribe/post?u=274fbd56713d1968df2e18e18&id=7d09ec341f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
||||
Tyler Here. You're awesome. I'm working on scaling the site as fast as I can. Add your email if you want to be reminded. Thank you for understanding.
|
||||
<div class="indicates-required"></div>
|
||||
<div class="mc-field-group">
|
||||
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label>
|
||||
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
|
||||
</div>
|
||||
<div id="mce-responses" class="clear">
|
||||
<div class="response" id="mce-error-response" style="display:none"></div>
|
||||
<div class="response" id="mce-success-response" style="display:none"></div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class='pull-right'>
|
||||
{#unless _loggedIn}
|
||||
|
|
|
|||
Loading…
Reference in a new issue