mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Updated postage labels
Updated postage labels
This commit is contained in:
@@ -237,8 +237,8 @@
|
|||||||
|
|
||||||
{% if current_user.platform_admin %}
|
{% if current_user.platform_admin %}
|
||||||
{% call row() %}
|
{% call row() %}
|
||||||
{{ text_field('Post class') }}
|
{{ text_field('Postage') }}
|
||||||
{% set letter_class = {'first': '1st class only', 'second': '2nd class only'} %}
|
{% set letter_class = {'first': 'First class only', 'second': 'Second class only'} %}
|
||||||
{{ text_field(letter_class[current_service.letter_class]) }}
|
{{ text_field(letter_class[current_service.letter_class]) }}
|
||||||
{{ edit_field(
|
{{ edit_field(
|
||||||
'Change',
|
'Change',
|
||||||
|
|||||||
Reference in New Issue
Block a user