{% extends 'hungryFalconryApp/base.html' %} {% load bootstrap4 %} {% bootstrap_css %} {% bootstrap_javascript jquery='full' %} {% block title %}

Editar nombre

{% endblock %} {% block content %}

{{ nombre }}

{% bootstrap_messages %}
{{ form.media }} {% csrf_token %}
{% bootstrap_form form %}
{% endblock %}