File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
metabrainz/templates/payments Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ <h1 class="page-title">{{ _('Make a Donation') }}</h1>
126
126
127
127
< h2 > {{ _('Other ways to donate') }}</ h2 >
128
128
129
+ < h3 > GitHub</ h3 >
130
+ < p > {{ _('If you use GitHub to sponsor your favourite projects, you can click below to Sponsor @metabrainz on GitHub Sponsors:') }}</ p >
131
+ < p > < a href ="https://github.com/sponsors/metabrainz "> https://github.com/sponsors/metabrainz</ a > </ p >
132
+
129
133
< h3 > {{ _('Non-US Bank transfer') }}</ h3 >
130
134
< p > {{ _('You can make a donation, or recurring donations, via bank transfer to the following IBAN:') }}</ p >
131
135
< p > < em style ="margin-left: 2em "> BE96 9670 3472 0205 (BIC: TRWIBEB1XXX)</ em > </ p >
@@ -134,14 +138,6 @@ <h3>{{ _('Non-US Bank transfer') }}</h3>
134
138
< h3 > {{ _('US Check') }}</ h3 >
135
139
< p > {{ _('Due to the increased unreliability of the US Postal Service we have stopped accepting paper checks. Sorry!') }}</ p >
136
140
137
- < h3 > Flattr</ h3 >
138
- < p > {{ _('If you use Flattr to donate to your favourite projects, you can click below to Flattr MetaBrainz:') }}</ p >
139
- < p > < a href ="https://flattr.com/profile/metabrainz "> https://flattr.com/profile/metabrainz</ a > </ p >
140
-
141
- < h3 > GitHub</ h3 >
142
- < p > {{ _('If you use GitHub to sponsor your favourite projects, you can click below to Sponsor @metabrainz on GitHub Sponsors:') }}</ p >
143
- < p > < a href ="https://github.com/sponsors/metabrainz "> https://github.com/sponsors/metabrainz</ a > </ p >
144
-
145
141
</ div >
146
142
{% endblock %}
147
143
@@ -161,7 +157,7 @@ <h3>GitHub</h3>
161
157
} ,
162
158
Euro : {
163
159
code : "EUR" ,
164
- paypal_id : '{{ config[' PAYPAL_ACCOUNT_IDS '] [ 'EUR ' ] } } '
160
+ paypal_id : '{{ config[' PAYPAL_ACCOUNT_IDS '] [ 'USD ' ] } } '
165
161
}
166
162
} ;
167
163
You can’t perform that action at this time.
0 commit comments