Preserve search results after adding a book

This commit is contained in:
Mouse Reeve
2021-04-26 07:24:03 -07:00
parent ef83eb33b0
commit 0cb80aeb55
2 changed files with 5 additions and 2 deletions

View File

@ -116,7 +116,7 @@
</div>
<div class="column">
<p>{% include 'snippets/book_titleby.html' with book=book %}</p>
<form name="add-book" method="post" action="{% url 'list-add-book' %}">
<form name="add-book" method="post" action="{% url 'list-add-book' %}{% if query %}?q={{ query }}{% endif %}">
{% csrf_token %}
<input type="hidden" name="book" value="{{ book.id }}">
<input type="hidden" name="list" value="{{ list.id }}">