mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 09:13:58 -04:00
Update attribute names following changes in API
This commit is contained in:
@@ -5,19 +5,19 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Change service billing details
|
||||
Change billing details
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
{{ page_header(
|
||||
'Change service billing details',
|
||||
'Change billing details',
|
||||
back_link=url_for('main.service_settings', service_id=current_service.id)
|
||||
) }}
|
||||
|
||||
{% call form_wrapper() %}
|
||||
{{ form.billing_contact_name }}
|
||||
{{ form.billing_contact_email_address }}
|
||||
{{ form.billing_contact_names }}
|
||||
{{ form.billing_contact_email_addresses }}
|
||||
{{ form.billing_reference }}
|
||||
{{ form.purchase_order_number }}
|
||||
{{ page_footer('Save') }}
|
||||
|
||||
Reference in New Issue
Block a user