{% extends 'base.html' %} {% block content %}

Update Relationship

{% with config.RELATIONSHIP_FORM_HELP as help_text %} {% if help_text %}
{{ help_text|linebreaks }}
{% endif %} {% endwith %}
{% csrf_token %} {% load bootstrap4 %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %} {% block extra_script %} {% load staticfiles %} {% endblock %}