Commit 2d6d70c8 authored by Ysabella Panghulan's avatar Ysabella Panghulan

created add-book template

parent ae29f16d
{%extends 'base.html'%}
{% block title %} Add New Book {% endblock %}
{% block body %}
{% block content %}
<form method="POST" action="">
{% csrf_token %}
{{form}}
<input type="Submit" value="Add Book">
</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