[ADD Example template for admin overrides

For when we might want to add syntax highlight ti it, which is a completely different can of worms though.
This commit is contained in:
Peter Pfeufer
2024-08-14 12:45:47 +02:00
parent 0fe2855faa
commit d2f048f8fe
3 changed files with 60 additions and 1 deletions

View File

@@ -20,3 +20,6 @@ class CustomCSSAdmin(SingletonModelAdmin):
"""
form = CustomCSSAdminForm
# Leave this here for when we decide to add syntax highlighting to the CSS editor
# change_form_template = 'custom_css/admin/change_form.html'