mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Show org type and free allowance on settings page
As a platform admin it’s useful to be able to see what each service has set for these attributes.
This commit is contained in:
@@ -191,6 +191,19 @@
|
||||
field_headings_visible=False,
|
||||
caption_visible=False
|
||||
) %}
|
||||
{% call row() %}
|
||||
{{ text_field('Organisation type')}}
|
||||
{{ text_field(
|
||||
current_service.organisation_type|title or 'Not set',
|
||||
status='' if current_service.organisation_type else 'default'
|
||||
) }}
|
||||
{{ text_field() }}
|
||||
{% endcall %}
|
||||
{% call row() %}
|
||||
{{ text_field('Free text message allowance')}}
|
||||
{{ text_field('{:,}'.format(current_service.free_sms_fragment_limit)) }}
|
||||
{{ text_field() }}
|
||||
{% endcall %}
|
||||
{% call row() %}
|
||||
{{ text_field('Email branding' )}}
|
||||
{% call field() %}
|
||||
|
||||
Reference in New Issue
Block a user