Remove other references to ‘upload recipients’

For consistency.
This commit is contained in:
Chris Hill-Scott
2018-08-01 13:01:36 +01:00
parent 3b5bd0bd9a
commit 8c92d0a3c2
2 changed files with 6 additions and 3 deletions

View File

@@ -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(

View File

@@ -18,7 +18,7 @@
{% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %}
<div class="column-half">
<a href="{{ url_for(".send_messages", service_id=current_service.id, template_id=template.id) }}" class="pill-separate-item">
Upload recipients
Upload a list of addresses
</a>
</div>
<div class="column-half">