mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
big commit with letters removal
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
field_headings=[
|
||||
right_aligned_field_heading('Emails'),
|
||||
right_aligned_field_heading('Text messages'),
|
||||
right_aligned_field_heading('Letters')
|
||||
],
|
||||
field_headings_visible=False,
|
||||
) %}
|
||||
@@ -33,7 +32,7 @@
|
||||
{% endcall %}
|
||||
|
||||
{% call row() %}
|
||||
{% for channel in ('email', 'sms', 'letter') %}
|
||||
{% for channel in ('email', 'sms') %}
|
||||
{% call field(border=False) %}
|
||||
{{ big_number(
|
||||
service['stats'][channel]['requested'],
|
||||
|
||||
Reference in New Issue
Block a user