This commit is contained in:
Beverly Nguyen
2025-01-13 22:40:58 -08:00
parent 6d008d4e45
commit ce87e2162b
3 changed files with 1 additions and 12 deletions

View File

@@ -493,7 +493,7 @@ def message_count_noun(count, template_type):
def message_count(count, template_type):
return f"format_message_count{format_thousands(count)} " f"{message_count_noun(count, template_type)}"
return f"{format_thousands(count)} " f"{message_count_noun(count, template_type)}"
def recipient_count_label(count, template_type):

View File

@@ -1,10 +0,0 @@
<div class="ajax-block-container">
<div id="activityChart">
<div class="chart-header">
<div class="chart-subtitle">{{ current_service.name }} - last 7 days</div>
<div class="chart-legend" role="region" aria-label="Legend"></div>
</div>
<div class="chart-container" id="weeklyChart"></div>
<table id="weeklyTable" class="usa-sr-only usa-table"></table>
</div>
</div>

View File

@@ -33,7 +33,6 @@
</div>
<div id="totalMessageTable" class="margin-0"></div>
<h2 class="line-height-sans-2 margin-bottom-0 margin-top-4">Recent activity</h2>
<div id="activityChartContainer">
<form class="usa-form">