mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:08:25 -04:00
Merge pull request #2725 from alphagov/job-sent-already
Warn if a file has been sent already
This commit is contained in:
6
app/templates/partials/check/sent-previously.html
Normal file
6
app/templates/partials/check/sent-previously.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1 class='banner-title' data-module="track-error" data-error-type="File previously sent" data-error-label="{{ upload_id }}">
|
||||
You already sent these messages
|
||||
</h1>
|
||||
<p>
|
||||
If you want to send the same messages again, rename the file and re-upload it
|
||||
</p>
|
||||
@@ -98,6 +98,10 @@
|
||||
) }}.
|
||||
</p>
|
||||
|
||||
{% elif sent_previously %}
|
||||
|
||||
{% include "partials/check/sent-previously.html" %}
|
||||
|
||||
{% elif not recipients.allowed_to_send_to %}
|
||||
|
||||
{% with
|
||||
|
||||
Reference in New Issue
Block a user