Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Fix subscription.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLemayian committed Apr 20, 2018
1 parent 6c8874f commit 4256575
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ <h5 class="font-weight-light">Helping you find the data you need.</h5>
<form action="https://africa.us18.list-manage.com/subscribe/post?u=801c9c0e274a7ec4dc3bf725f&amp;id=6df31a337a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<div class="input-group mx-auto" style="max-width: 420px;">
<input type="email" placeholder="E-mail address" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL">
<div class="input-group-append">
<button class="btn btn-primary text-uppercase" type="button">Subscribe</button>
</div>
</div>
<div class="input-group mx-auto" style="max-width: 420px;">
<input type="email" placeholder="E-mail address" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL">
<div class="input-group-append">
<button class="btn btn-primary text-uppercase" type="submit">Subscribe</button>
</div>
</div>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
Expand Down

0 comments on commit 4256575

Please sign in to comment.