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

@@ -338,7 +338,7 @@
{% call row() %}
{{ text_field('Billing details')}}
{{ optional_text_field(current_service.billing_details, default="No billing details yet", wrap=True) }}
{{ edit_field('Change', url_for('.service_settings', service_id=current_service.id), suffix='billing details for service') }}
{{ edit_field('Change', url_for('.edit_service_billing_details', service_id=current_service.id), suffix='billing details for service') }}
{% endcall %}
{% call row() %}