{% extends "library_management/base.html" %} {% block title %}Edit Author{% endblock %} {% block content %}

Edit Author

{% csrf_token %} {{ form.as_p }} Cancel
{% endblock %}