diff -r 48ffdc97f54b -r 47446e75ceea templates/results.html --- a/templates/results.html Wed Oct 26 00:37:13 2011 +0200 +++ b/templates/results.html Wed Oct 26 00:56:32 2011 +0200 @@ -2,6 +2,9 @@
+{% if error %} + {{ error }} +{% else %} {% for entry in entries %} {% if loop.first %} @@ -20,5 +23,6 @@ {% else %} Sorry, keine Einträge gefunden. {% endfor %} +{% endif %}