mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Donate links (for apps that have them) into the index, and on the web site
This commit is contained in:
parent
f775773439
commit
aaa98fe8b5
3 changed files with 9 additions and 2 deletions
|
@ -255,6 +255,8 @@ for app in apps:
|
|||
addElement('web', app['web'], doc, apel)
|
||||
addElement('source', app['source'], doc, apel)
|
||||
addElement('tracker', app['tracker'], doc, apel)
|
||||
if app['donate'] != None:
|
||||
addElement('donate', app['donate'], doc, apel)
|
||||
addElement('marketversion', app['marketversion'], doc, apel)
|
||||
addElement('marketvercode', app['marketvercode'], doc, apel)
|
||||
if not (app['antifeatures'] is None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue