mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-29 02:34:02 -04:00
Renamed header of CSV to be 'to' - matches API
This commit is contained in:
@@ -53,13 +53,13 @@
|
||||
caption=original_file_name,
|
||||
field_headings=column_headers
|
||||
) %}
|
||||
{% if item.phone|valid_phone_number %}
|
||||
{% if item.to|valid_phone_number %}
|
||||
{% call field() %}
|
||||
{{ item.phone }}
|
||||
{{ item.to }}
|
||||
{% endcall %}
|
||||
{% else %}
|
||||
{% call field(status='missing') %}
|
||||
{{ item.phone }}
|
||||
{{ item.to }}
|
||||
{% endcall %}
|
||||
{% endif %}
|
||||
{% for column in template.placeholders %}
|
||||
|
||||
Reference in New Issue
Block a user