mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Adding donate page to the navbar
This commit is contained in:
parent
e94176215c
commit
e3252d0071
5 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue