From e277ec5269d3289e8ef0428998c4e3b73f22425c Mon Sep 17 00:00:00 2001 From: Faheed Date: Wed, 10 Sep 2025 15:57:28 +0300 Subject: [PATCH] remove the htmx form the notification history page --- templates/crm/notifications_history.html | 2 -- templates/pricing_page.html | 1 - 2 files changed, 3 deletions(-) diff --git a/templates/crm/notifications_history.html b/templates/crm/notifications_history.html index 12e593b9..2e7a9853 100644 --- a/templates/crm/notifications_history.html +++ b/templates/crm/notifications_history.html @@ -50,8 +50,6 @@ body { {{ total_count}} {% trans "Notifications" %} {% trans "Mark all read" %} diff --git a/templates/pricing_page.html b/templates/pricing_page.html index af0b8223..3473edd0 100644 --- a/templates/pricing_page.html +++ b/templates/pricing_page.html @@ -144,7 +144,6 @@ } .summary-box { - background-color: #ffffff; border: 1px solid var(--border-color); border-radius: 0.75rem; padding: 2rem;