You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from the TINYMCE_DEFAULT_CONFIG setting, everything works fine (with maps). Unfortunately also the other rich text fields converts to simple oldschool HTML textareas.
Issue
Recently it is not possible to update geometry fields (centroid, boundary box) from Django Admin.
In DJango3 there was also a hidden textarea for e.g. centroids, with id="id_centroid":
– but in Django4 they appear as real textareas (with rich text options even) below the maps.
This would be the normal appearance.
In Django4 this is the above quoted code part:
The text was updated successfully, but these errors were encountered: