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