{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %} : NewsCollections {% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} News Manage Update NewsCollection {% endblock breadcrumb_items %} {% block content %}

NewsCollection to update:

{{ object }}

Edit it here:

{% csrf_token %} {{ form|bootstrap }}
{% endblock content %}