add h5, h6 and blockquote as features in rich text editor

This commit is contained in:
2024-05-12 22:35:35 +02:00
parent 49b153e48d
commit 3c54231f27

View File

@ -24,6 +24,7 @@ BASE_DIR = os.path.dirname(PROJECT_DIR)
# Application definition
INSTALLED_APPS = [
"dnscms",
"home",
"generic",
"associations",