Skip to content

Commit 2ede0b8

Browse files
committed
add donate link
1 parent 4137aec commit 2ede0b8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ A Simple Example
4343
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
4444
4545
46+
Donate
47+
------
48+
49+
The Pallets organization develops and supports Flask and the libraries
50+
it uses. In order to grow the community of contributors and users, and
51+
allow the maintainers to devote more time to the projects, `please
52+
donate today`_.
53+
54+
.. _please donate today: https://psfmember.org/civicrm/contribute/transact?reset=1&id=20
55+
56+
4657
Links
4758
-----
4859

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
html_theme = 'flask'
4040
html_context = {
4141
'project_links': [
42-
ProjectLink('Donate to Pallets', 'https://psfmember.org/civicrm/contribute/transact?id=20'),
42+
ProjectLink('Donate to Pallets', 'https://psfmember.org/civicrm/contribute/transact?reset=1&id=20'),
4343
ProjectLink('Flask Website', 'https://palletsprojects.com/p/flask/'),
4444
ProjectLink('PyPI releases', 'https://pypi.org/project/Flask/'),
4545
ProjectLink('Source Code', 'https://github.com/pallets/flask/'),

0 commit comments

Comments
 (0)