Füge Paypal-Spendenbutton ein
This commit is contained in:
parent
02a5b510c9
commit
ccd3aa45cd
2 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,10 @@ Sende deine Spende an:
|
||||||
```Plain
|
```Plain
|
||||||
finanzen@senselab.org
|
finanzen@senselab.org
|
||||||
```
|
```
|
||||||
|
oder nutzen den Spendenbuttton:
|
||||||
|
{{< rawhtml >}}
|
||||||
|
{{< include file="/static/_includes/paypal.md.part" >}}
|
||||||
|
{{</ rawhtml >}}
|
||||||
{{< /tab>}}
|
{{< /tab>}}
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|
||||||
|
|
5
static/_includes/paypal.md.part
Normal file
5
static/_includes/paypal.md.part
Normal 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>
|
Loading…
Reference in a new issue