Add email signup

This commit is contained in:
Daniel Saewitz 2013-01-16 20:48:05 -05:00 committed by Tyler Renelle
parent 57e46cdc89
commit 9d8569cfd9

View file

@ -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&amp;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}