mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Link to edit billing details page for organisation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user