mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Remove other references to ‘upload recipients’
For consistency.
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/file-upload.html" import file_upload %}
|
||||
{% from "components/message-count-label.html" import recipient_count_label %}
|
||||
{% from "components/table.html" import list_table, text_field, index_field, index_field_heading %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Upload recipients
|
||||
Upload a list of {{ recipient_count_label(999, template.template_type) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">Upload recipients</h1>
|
||||
<h1 class="heading-large">
|
||||
Upload a list of {{ recipient_count_label(999, template.template_type) }}
|
||||
</h1>
|
||||
|
||||
<div class="page-footer bottom-gutter">
|
||||
{{file_upload(
|
||||
|
||||
Reference in New Issue
Block a user