From 2ede0b8ba944fbd8b7c2478f100dd117c85975a0 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 26 Apr 2018 07:44:59 -0700 Subject: [PATCH] add donate link --- README.rst | 11 +++++++++++ docs/conf.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9b3978ee7a..6277690e9b 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,17 @@ A Simple Example * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) +Donate +------ + +The Pallets organization develops and supports Flask and the libraries +it uses. In order to grow the community of contributors and users, and +allow the maintainers to devote more time to the projects, `please +donate today`_. + +.. _please donate today: https://psfmember.org/civicrm/contribute/transact?reset=1&id=20 + + Links ----- diff --git a/docs/conf.py b/docs/conf.py index 38342184aa..e8c6b9a42a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ html_theme = 'flask' html_context = { 'project_links': [ - ProjectLink('Donate to Pallets', 'https://psfmember.org/civicrm/contribute/transact?id=20'), + ProjectLink('Donate to Pallets', 'https://psfmember.org/civicrm/contribute/transact?reset=1&id=20'), ProjectLink('Flask Website', 'https://palletsprojects.com/p/flask/'), ProjectLink('PyPI releases', 'https://pypi.org/project/Flask/'), ProjectLink('Source Code', 'https://github.com/pallets/flask/'),