mirror of
https://github.com/djohnlewis/stackdump
synced 2025-12-07 00:13:33 +00:00
Fixed some minor CSS issues, and fixed issues when there is only one site imported in Stackdump.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% if results|length == 0 %}
|
||||
<p><em>No questions or answers found for your query.</em></p>
|
||||
{% if site %}
|
||||
{% if site and sites|list|length > 1 %}
|
||||
<p>Try searching in another StackExchange website by using the links on the right.</p>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user