{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: News Items{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% block content %}

Update News Item

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