diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:49:02 +0100 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:49:02 +0100 |
| commit | bd28050fbc03fef1f5c77e1d008602371b0f2dc7 (patch) | |
| tree | a0d171f8550cbecab5544fb38e536745a3e80688 /templates/month_view2.html | |
| parent | 701f5631f04d0420456bd47f864fc238b624ed82 (diff) | |
Give some output if there is nothing to display
Diffstat (limited to 'templates/month_view2.html')
| -rw-r--r-- | templates/month_view2.html | 2 |
1 files changed, 2 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"> |
