{% extends 'news/base.html' %} {% load bootstrap %} {% block pagetitle %}: News Items{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} News Management {{ object.headline|truncatechars:20 }} {% endblock %} {% block content %}

Update News Item

{% include 'news/news_card_content.html' with news=object %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock content %}