diff --git a/app/templates/views/check/ok.html b/app/templates/views/check/ok.html index e62e9298e..3b8ca5fcd 100644 --- a/app/templates/views/check/ok.html +++ b/app/templates/views/check/ok.html @@ -93,8 +93,4 @@ Only showing the first {{ count_of_displayed_recipients }} rows

{% endif %} -
-

Messages remaining today / Messages left if list is sent

-

{{ remaining_messages }} / {{ remaining_messages - count_of_recipients }}

-
{% endblock %} diff --git a/app/templates/views/send.html b/app/templates/views/send.html index 1671c199c..3c1664da0 100644 --- a/app/templates/views/send.html +++ b/app/templates/views/send.html @@ -56,9 +56,4 @@

Your file will populate this template ({{ template.name }})

{{ template|string }} -
-

Messages Remaining Today / Daily Message Limit

-

{{ daily_remaining_messages }} / {{ current_service.message_limit }}

-
- {% endblock %}