mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Track errors when uploading spreadsheets
Uses the new javascript event tracking stuff so that we can see what errors people are getting when they upload spreadsheets.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h1 class='banner-title'>
|
||||
<h1 class='banner-title' data-module="track-error" data-error-type="Trial mode: bad recipients" data-error-label="{{ upload_id }}">
|
||||
You can’t send to
|
||||
{{ 'this' if count_of_recipients == 1 else 'these' }}
|
||||
{{ template_type_label }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1 class='banner-title'>
|
||||
<h1 class='banner-title' data-module="track-error" data-error-type="Trial mode: too many recipients" data-error-label="{{ upload_id }}">
|
||||
{% if original_file_name %}
|
||||
Too many recipients
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user