on corrige ckeditor

This commit is contained in:
Jean-Marie Favreau 2023-12-19 16:10:27 +01:00
parent ffe7506c91
commit f9dd80a98a
3 changed files with 11 additions and 1 deletions

View File

@ -61,6 +61,12 @@ MIDDLEWARE = [
"django.middleware.clickjacking.XFrameOptionsMiddleware",
]
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'full',
},
}
ROOT_URLCONF = "agenda_culturel.urls"
TEMPLATES = [

View File

@ -635,4 +635,9 @@ aside nav a.badge {
.body-fixed {
max-height: 50vh;
overflow-y: scroll;
}
.django-ckeditor-widget a[role="button"]:not([href]) {
opacity: 1;
pointer-events: all;
}

View File

@ -85,6 +85,5 @@
{% endif %}
</div>
</div>
</footer>
</body>