{% extends "form.html" %} {% load typogrify display %} {% load staticfiles compress %} {% block form_init %} {% endblock form_init %} {% block form_content %}
 
{% include "includes/bootstrap_errors.html" with errors=form.title.errors %} {{ form.title }}
{% include "includes/bootstrap_errors.html" with errors=form.content.errors %}
{% include "includes/wysihtml5_full_toolbar.html" with toolbar_id="content-toolbar" %} 0 %} " [ Read Only ] --- click here for Edit mode" {% else %} " [ Editable ] --- click here for Read-Only mode" {% endif %} /> {{ form.content }}
{% endblock form_content %} {% block form_functions %} {% endblock form_functions %}