Fix broken pagination by remembering last search

This commit is contained in:
2017-07-23 13:24:39 +02:00
parent 9ff8f02a45
commit 39616874a8
3 changed files with 25 additions and 11 deletions

View File

@ -20,7 +20,7 @@
border-color: black;
}
</style>
{% if object_list.exists() %}
{% if result_exists %}
<h2>{% trans %}User found{% endtrans %}</h2>
{% for user in object_list %}