{% extends "blogging/base.html" %} {% block content_blog %} {% load crispy_forms_tags %}

Create new content type

{% crispy form1 form1.helper1 %}

Set the Fields title field is already present so do not create that

{% for forms in formset.forms %} {% endfor %}
{{ forms.field_name|as_crispy_field:"bootstrap3" }} {{ forms.field_type|as_crispy_field:"bootstrap3" }}
add property
{{ formset.management_form|crispy }}
| Cancel
{% endblock %} {% block extra_script %} {% endblock %}