Created edit-author.html file

parent 9e1403ee
{% extends "base.html" %}
{% block page-title %}Edit Book{% endblock %}
{% block content %}
<form method="POST">
{% csrf_token %}
{{form.as_p}}
<button class="button" type="submit">Save Changes</button>
</form>
{% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment