Commit 61c60363 authored by Ysabella Panghulan's avatar Ysabella Panghulan

created add-author template

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