Created add-book.html

parent 39947bc5
{% extends "base.html" %}
{% block page-title %}Add New Book{% endblock %}
{% block content %}
<form method="POST" action="{% url 'bookshelf:add_book' %}" enctype="multipart/form-data">
{% csrf_token %}
{{ form.as_p }}
<button class="button" type="Add Book">Add Book</button>
</form>
{% 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