1
0
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:
Samuel Lai
2012-02-11 22:57:57 +11:00
parent 06e210d37a
commit 43f49d1827
3 changed files with 7 additions and 4 deletions

View File

@@ -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 %}