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 @@ ...@@ -15,7 +15,7 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<form action="authors/add" method="post"> <form method="POST">
{% csrf_token %} {% csrf_token %}
{{form.as_p}} {{form.as_p}}
<input type="submit" value="Add Author"> <input type="submit" value="Add Author">
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<form action="books/add" method="post"> <form method="POST">
{% csrf_token %} {% csrf_token %}
{{form.as_p}} {{form.as_p}}
<input type="submit" value="Add Book"> <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