Commit 9463334d authored by Ysabella Panghulan's avatar Ysabella Panghulan

added edit-book template

parent 4f77ea0e
{%extends 'base.html'%}
{% block title %} Edit Book {% endblock %}
{% block body %}
{% block content %}
<form method="POST" action="">
{% csrf_token %}
{{form}}
<input type="Submit" value="Save Changes">
</form>
{% endblock %}
{% endblock %}
\ No newline at end of file
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