Füge Paypal-Spendenbutton ein

This commit is contained in:
phil 2023-06-28 12:39:02 +02:00
parent 02a5b510c9
commit ccd3aa45cd
2 changed files with 9 additions and 0 deletions

View file

@ -76,6 +76,10 @@ Sende deine Spende an:
```Plain
finanzen@senselab.org
```
oder nutzen den Spendenbuttton:
{{< rawhtml >}}
{{< include file="/static/_includes/paypal.md.part" >}}
{{</ rawhtml >}}
{{< /tab>}}
{{< /tabs >}}

View file

@ -0,0 +1,5 @@
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="56ST3CJSB974J" />
<input type="image" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Spenden mit dem PayPal-Button" />
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1" />
</form>