Adding donate page to the navbar

This commit is contained in:
Sander Ferdinand 2018-10-25 23:01:07 +02:00
parent e94176215c
commit e3252d0071
No known key found for this signature in database
GPG key ID: 7BBC83D7A8810AAB
5 changed files with 9 additions and 10 deletions

View file

@ -238,8 +238,8 @@ def proposals(status, page, cat):
proposals=proposals, status=status, cat=cat))
@app.route('/fund')
def devfund():
@app.route('/donate')
def donate():
from funding.bin.daemon import Daemon
from funding.factory import cache, db_session