Link to edit billing details page for organisation

This commit is contained in:
Pea Tyczynska
2021-02-04 18:19:54 +00:00
parent 8ea748f6e4
commit f4dc2a173e
4 changed files with 26 additions and 1 deletions

View File

@@ -553,3 +553,9 @@ def edit_organisation_notes(org_id):
'views/organisations/organisation/settings/edit-organisation-notes.html',
form=form,
)
@main.route("/organisations/<uuid:org_id>/settings/edit-billing-details", methods=['GET', 'POST'])
@user_is_platform_admin
def edit_organisation_billing_details(org_id):
pass