forked from orbit-oss/flask
add donate link
This commit is contained in:
parent
4137aecca9
commit
2ede0b8ba9
2 changed files with 12 additions and 1 deletions
11
README.rst
11
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
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ intersphinx_mapping = {
|
|||
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/'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue