{% extends 'atom/base.html' %} {% load crispy_forms_tags %} {% block content %}

Add editor

{% csrf_token %} {{ form | crispy }}
{% endblock %}