Allow the use of local copies of cdn files

This commit is contained in:
2023-01-04 14:49:00 +01:00
parent 68a18fcf58
commit 3860ed70fd
6 changed files with 35 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ class SiteConfigurationAdmin(SingletonModelAdmin):
"classes": ("collapse",),
"fields": (
"show_version",
"use_cdn",
"extra_head",
),
},