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

Update Link

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