[Answered ]-Admin template for flatpages

2👍

Update:
One way is to use the django-tinymce app which supports the TinyMCE rich text editor. There’s also an example of using the widget with a flatpage form.

Old:
The default template should reside at “flatpages/default.html” but you can customize this through the admin interface. See the Flatpage templates section in the django docs for more information.

👤ars

0👍

In addition to answer to my question. For admin panel of flatpage used default chenge_form.html. But if you customized it for your app, it wouldn’t be work for flatpages without explicit destination.

👤I159

Leave a comment