{% extends 'admin/change_form.html' %} {% load wysiwyg %} {% block extrahead %} {{ block.super }} {% wysiwyg_setup %} {% endblock extrahead %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block content %} {{ block.super }} {% wysiwyg_editor 'id_content' %} {% endblock content %}