Skip to content

Commit

Permalink
Replace HelloAsso iframes with regular buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Mar 7, 2022
1 parent 311ff4c commit c2c6e30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,18 @@ <h3>Nos liens sociaux</h3>
</div>
</div>
<div class="col footer-col">
<h3>Nous soutenir</h3>
<div class="row">
<div class="col">
<iframe id="haWidget" allowtransparency="true"
src="https://www.helloasso.com/associations/zero-waste-sud-grand-paris/adhesions/zero-waste-sgp-cotisations-2020/widget-bouton"
style="width:100%;height:70px;border:none;"></iframe>
<p><a class="btn btn-outline-light btn-lg"
href="https://www.helloasso.com/associations/zero-waste-sud-grand-paris/adhesions/zero-waste-sgp-cotisations-2020">Adhérer</a></p>
</div>
</div>
<div class="row">
<div class="col">
<iframe id="haWidget" allowtransparency="true"
src="https://www.helloasso.com/associations/zero-waste-sud-grand-paris/formulaires/1/widget-bouton"
style="width:100%;height:70px;border:none;"></iframe>
<p><a class="btn btn-outline-light btn-lg"
href="https://www.helloasso.com/associations/zero-waste-sud-grand-paris/formulaires/1/widget">Faire
un don</a></p>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit c2c6e30

Please sign in to comment.