Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit ac817d8

Browse files
committed
Remove @ednapirahna's newsletter_form
1 parent e1fde89 commit ac817d8

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

mkt/ecosystem/templates/ecosystem/landing.html

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -179,69 +179,6 @@ <h2>{{ _('Firefox Marketplace') }}</h2>
179179
</p>
180180
</div>
181181
</section>
182-
183-
<div id="newsletter-signup">
184-
{% if newsletter_form.errors %}
185-
<div id="footer-email-errors">
186-
{{ newsletter_form.non_field_errors() }}
187-
188-
<ul class="errorlist">
189-
{{ newsletter_form.email.errors }}
190-
{{ newsletter_form.privacy.errors }}
191-
</ul>
192-
</div>
193-
{% endif %}
194-
195-
<form {% if newsletter_form.errors %}class="errors"{% endif %}
196-
method="post">
197-
{{ csrf() }}
198-
199-
<div class="form-title">
200-
<h3>{{ _('Stay in the Loop') }}</h3>
201-
<p>
202-
{% trans %}
203-
Leave us an email address, we'll get you the latest on
204-
everything apps!
205-
{% endtrans %}
206-
</p>
207-
</div>
208-
209-
<div class="form-icons">
210-
<p>
211-
<img src="{{ media('img/ecosystem/newsletter-phone.png') }}">
212-
{{ _('Developer Devices') }}
213-
</p>
214-
<p>
215-
<img src="{{ media('img/ecosystem/newsletter-doc.png') }}">
216-
{{ _('Code &amp; Tools') }}
217-
</p>
218-
<p>
219-
<img src="{{ media('img/ecosystem/newsletter-nametag.png') }}">
220-
{{ _('Events &amp; Meetups') }}
221-
</p>
222-
</div>
223-
224-
<div class="form-data">
225-
<div class="field field-email">
226-
{{ newsletter_form.email }}
227-
</div>
228-
229-
<div class="form-details">
230-
<div class="field field-privacy">
231-
{{ newsletter_form.privacy }}
232-
<small>
233-
{%- trans privacy_link='https://www.mozilla.org/en-US/privacy-policy' %}
234-
I'm okay with Mozilla handling this information as explained in the
235-
<a href="{{ privacy_link }}">Privacy Policy</a>.
236-
{% endtrans -%}
237-
</small>
238-
</div>
239-
</div>
240-
241-
<input type="submit" value="{{ _('Sign me up!') }}" class="button good">
242-
</div>
243-
</form>
244-
</div>
245182
</div>
246183
{% endblock %}
247184

0 commit comments

Comments
 (0)