From c3e17ec07fa14d0f4691e1daa9bccec410a9eb86 Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Mon, 20 Oct 2025 12:07:42 +0300 Subject: [PATCH] Enable rounded corners in UI settings Set USE_ROUNDED_CORNERS to True to activate rounded corners in the user interface. --- cms/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/settings.py b/cms/settings.py index bb8c4323..2ba4503e 100644 --- a/cms/settings.py +++ b/cms/settings.py @@ -554,7 +554,7 @@ USE_RBAC = False USE_IDENTITY_PROVIDERS = False JAZZMIN_UI_TWEAKS = {"theme": "flatly"} -USE_ROUNDED_CORNERS = False +USE_ROUNDED_CORNERS = True ALLOW_VIDEO_TRIMMER = True