From e3252d007155c66f3fcf5d84c4d77d328ac7c578 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 25 Oct 2018 23:01:07 +0200 Subject: [PATCH] Adding donate page to the navbar --- funding/routes.py | 4 ++-- funding/static/css/wow.css | 5 ----- funding/templates/api.html | 3 ++- funding/templates/devfund.html | 4 ++-- funding/templates/navbar.html | 3 +++ 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/funding/routes.py b/funding/routes.py index 71af117..d96ca25 100644 --- a/funding/routes.py +++ b/funding/routes.py @@ -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 diff --git a/funding/static/css/wow.css b/funding/static/css/wow.css index 17d3c3d..e6b5d74 100644 --- a/funding/static/css/wow.css +++ b/funding/static/css/wow.css @@ -647,11 +647,6 @@ ul.b { font-size:14px; } -.page_devfund .tx_item { - padding-left: .85rem; - padding-right: .85rem; -} - .container>.content h1, .container>.content h2, .container>.content h3, diff --git a/funding/templates/api.html b/funding/templates/api.html index 753765b..4a5e504 100644 --- a/funding/templates/api.html +++ b/funding/templates/api.html @@ -4,7 +4,8 @@
-

API documentation

+

API documentation

+

Requests are made using standard HTTP and responses are returned in JSON format.

diff --git a/funding/templates/devfund.html b/funding/templates/devfund.html index b5f84b2..bf590b9 100644 --- a/funding/templates/devfund.html +++ b/funding/templates/devfund.html @@ -6,7 +6,7 @@

Development Fund

- Ongoing development is supported by donations and sponsorships. + Ongoing development is supported by donations and sponsorships *cough*.

@@ -15,7 +15,7 @@

Donating Wownero

- Donations may be sent to: Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP + Donations may be send to: Wo3MWeKwtA918DU4c69hVSNgejdWFCRCuWjShRY66mJkU2Hv58eygJWDJS1MNa2Ge5M1WjUkGHuLqHkweDxwZZU42d16v94mP

diff --git a/funding/templates/navbar.html b/funding/templates/navbar.html index da1f024..a231ed9 100644 --- a/funding/templates/navbar.html +++ b/funding/templates/navbar.html @@ -25,6 +25,9 @@ +