{% extends 'base.html' %} {% block title %}Update post{% endblock %} {% block content %} {% load bootstrap4 %}

Update Post

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}