summaryrefslogtreecommitdiff
path: root/design/templates/mailing_list.html
blob: 50ce183da30abe2bd4699531b78cfd57afb5f796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% load typogrify_tags %}
<!-- Begin MailChimp Signup Form -->
<div class="mailing-list">
<form action="//longhandpixels.us7.list-manage.com/subscribe/post?u=f56776029b67b1c8c712eee00&amp;id=c578a42596" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <label class="form--label" for="mce-EMAIL">Your Email:</label>
    <div class="form--flex-container">
    <input type="email" value="" name="EMAIL" class="form--input user-field required email" id="mce-EMAIL" placeholder="jane@doe.com">
    <div class="response" id="mce-error-response" style="display:none"></div>
    <div class="response" id="mce-success-response" style="display:none"></div>
	<input type="submit" value="Join" name="subscribe" id="mc-embedded-subscribe" class="btn">
</div>
</form>
</div>