{% load django_bootstrap5 %}
{% csrf_token %} {% bootstrap_form form layout="horizontal" %} {% bootstrap_button "Ok" button_type="submit" button_class="btn-success" %} {% bootstrap_button "Nope" button_class="btn-danger" href="javascript:history.back()" %}