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 @@ +