mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Change display of placeholder columns
On the send page, it should hightlight the placeholders so they match what you need to put in the CSV file. On the check page, they should not be highlighted, to match what’s in the (rendered) template.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
example,
|
||||
caption="Example",
|
||||
caption_visible=False,
|
||||
field_headings=['1'] + [recipient_column] + template.placeholders|list
|
||||
field_headings=['1'] + [recipient_column] + template.placeholders_as_markup|list
|
||||
) %}
|
||||
{{ index_field(row_number) }}
|
||||
{% for column in item %}
|
||||
|
||||
Reference in New Issue
Block a user