diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html index 85bc6c0..a074ad8 100644 --- a/core/accounts/templates/accounts/home.html +++ b/core/accounts/templates/accounts/home.html @@ -11,7 +11,7 @@
{% csrf_token %} - +
diff --git a/core/homepage/static/homepage/t-style.css b/core/homepage/static/homepage/t-style.css index eb17291..7f40bfb 100644 --- a/core/homepage/static/homepage/t-style.css +++ b/core/homepage/static/homepage/t-style.css @@ -442,9 +442,6 @@ .bg-red-500 { background-color: var(--color-red-500); } - .bg-red-600 { - background-color: var(--color-red-600); - } .bg-white { background-color: var(--color-white); }