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

News Item to update:

{% include 'news/news_card_content.html' with news=object %}

Edit it here:

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