mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 10:18:25 -04:00
add id to big received messages box
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="ajax-block">
|
<div class="ajax-block">
|
||||||
{% if inbound_sms_summary != None %}
|
{% if inbound_sms_summary != None %}
|
||||||
<div class="big-number-meta-wrapper">
|
<div id="total-received" class="big-number-meta-wrapper">
|
||||||
{{
|
{{
|
||||||
big_number_with_status(
|
big_number_with_status(
|
||||||
inbound_sms_summary.count,
|
inbound_sms_summary.count,
|
||||||
|
|||||||
Reference in New Issue
Block a user