From a96d497fffa918df0a4e82b2dca819a55070351d Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 8 Apr 2021 17:38:47 -0700 Subject: [PATCH] analytics: Fix placement of envelope icons. We neglected to update this bit of logic when migrating to have the totals at the top of the page. --- templates/analytics/realm_summary_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/analytics/realm_summary_table.html b/templates/analytics/realm_summary_table.html index 1552251128..1bb473c8cc 100644 --- a/templates/analytics/realm_summary_table.html +++ b/templates/analytics/realm_summary_table.html @@ -61,7 +61,7 @@ - {% if not loop.last %} + {% if not loop.first %}