Change link leads to edit billing details view

This commit is contained in:
Pea Tyczynska
2021-01-25 14:52:07 +00:00
parent d82f90754f
commit 73031962a7
4 changed files with 28 additions and 1 deletions

View File

@@ -1210,6 +1210,12 @@ def edit_service_notes(service_id):
)
@main.route("/services/<uuid:service_id>/edit-billing-details", methods=['GET', 'POST'])
@user_is_platform_admin
def edit_service_billing_details(service_id):
pass
def get_branding_as_value_and_label(email_branding):
return [
(branding['id'], branding['name'])