diff --git a/journal/templates/mark_history.html b/journal/templates/mark_history.html
index cde59817..c92540f9 100644
--- a/journal/templates/mark_history.html
+++ b/journal/templates/mark_history.html
@@ -24,28 +24,41 @@
{% for log in mark.logs %}
-
- {{ log.timestamp|date }}
- {{ log.action_label }}
+
{% endfor %}
- {% if mark.logs %}
-
{% endif %}
@@ -61,7 +74,7 @@
})
-
- {% include "_footer.html" %}
-