Renamed header of CSV to be 'to' - matches API

This commit is contained in:
Martyn Inglis
2016-02-25 11:30:09 +00:00
parent 942d255384
commit 87391f2aa1
3 changed files with 11 additions and 24 deletions

View File

@@ -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 %}