mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 14:59:02 +00:00
Changed 'no results' text in search page
This commit is contained in:
@@ -168,7 +168,15 @@
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="card">
|
||||
<div class="card-body">No results</div>
|
||||
<div class="card-body">
|
||||
<p>No results.</p>
|
||||
<p>For better results:</p>
|
||||
<ul>
|
||||
<li>Try checking the 'Match any word' box for a broader search.</li>
|
||||
<li>Make sure you don't include the file extension in your query (Use the appropriate field to filter file types)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user