mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 18:36:44 +00:00
Changed 'no results' text in search page
This commit is contained in:
parent
1ee1c3c35d
commit
2b83698292
@ -8,6 +8,7 @@
|
|||||||
<div class="card-header">Downloads</div>
|
<div class="card-header">Downloads</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
||||||
|
<p>Please let me know if you used the database in a project!</p>
|
||||||
<p>The entire database is exported to CSV regularly</p>
|
<p>The entire database is exported to CSV regularly</p>
|
||||||
|
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
|
@ -168,7 +168,15 @@
|
|||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="card">
|
<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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user