Commit a3f4c4ac authored by RJC's avatar RJC

added html template for BookCreateView

parent c5342d53
{% extends 'base.html' %}
{% block title %}Add New Book{% endblock %}
{% block header %}Add New Book{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Add Book">
</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