--- a/templates/show_entries.html
+++ b/templates/show_entries.html
@@ -3,6 +3,7 @@
{% if entries|len > 0 %}
{% for entry in entries %}
+ {% if entry.who %}
-
@{{ entry.who }}
#{{ entry.what }} /{{ entry.where }} {{ entry.how|safe }}
@@ -13,6 +14,7 @@
+ {% endif %}
{% endfor %}
{% else %}
- Unbelievable. No entries here so far