edited the templates so page will be redirected to author or book details when...

edited the templates so page will be redirected to author or book details when a new author or book is created
parent dad796c7
......@@ -15,7 +15,7 @@
{% endif %}
{% endfor %}
<form action="authors/add" method="post">
<form method="POST">
{% csrf_token %}
{{form.as_p}}
<input type="submit" value="Add Author">
......
......@@ -15,7 +15,7 @@
{% endif %}
{% endfor %}
<form action="books/add" method="post">
<form method="POST">
{% csrf_token %}
{{form.as_p}}
<input type="submit" value="Add Book">
......
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