diff --git a/templates/home.html b/templates/home.html index 7cad5de..f59e688 100644 --- a/templates/home.html +++ b/templates/home.html @@ -30,12 +30,14 @@ - -
-

Welcome {{ username }}!

-
-

You have {{accounts|length}} active accounts

-
+ +
+

Welcome {{ username }}!

+
+

You have {{ accounts|length }} active accounts

+
+ + {% if current_month_accounts %}

Accounts Expiring This Month

@@ -55,7 +57,9 @@ {% endfor %}
-
+ {% endif %} +
+