summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/month_view2.html2
-rw-r--r--templates/thread.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/month_view2.html b/templates/month_view2.html
index fe0153e..cc3c678 100644
--- a/templates/month_view2.html
+++ b/templates/month_view2.html
@@ -77,6 +77,8 @@
</div>
</div>
<!-- End of thread -->
+ {% empty %}
+ Sorry no emails could be found for your search.
{% endfor %}
</div>
<div id="archives">
diff --git a/templates/thread.html b/templates/thread.html
index b413c5a..423ea4c 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -124,6 +124,8 @@
</ul>
</div>
<!-- End of email -->
+ {% empty %}
+ Sorry no emails could be found for your search.
{% endfor %}
</section>