mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #704 from GSA/notify-admin-703
notify-admin-703 remove outdated daily message
This commit is contained in:
@@ -93,8 +93,4 @@
|
|||||||
Only showing the first {{ count_of_displayed_recipients }} rows
|
Only showing the first {{ count_of_displayed_recipients }} rows
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div>
|
|
||||||
<h2 class="heading-medium">Messages remaining today / Messages left if list is sent </h2>
|
|
||||||
<p class="govuk-body">{{ remaining_messages }} / {{ remaining_messages - count_of_recipients }}</p>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -56,9 +56,4 @@
|
|||||||
<h2 class="font-body-lg">Your file will populate this template ({{ template.name }})</h2>
|
<h2 class="font-body-lg">Your file will populate this template ({{ template.name }})</h2>
|
||||||
{{ template|string }}
|
{{ template|string }}
|
||||||
|
|
||||||
<div>
|
|
||||||
<h2 class="font-body-lg">Messages Remaining Today / Daily Message Limit</h2>
|
|
||||||
<p class="usa-body"> {{ daily_remaining_messages }} / {{ current_service.message_limit }}</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user