diff --git a/src/pretix/control/templates/pretixcontrol/items/category.html b/src/pretix/control/templates/pretixcontrol/items/category.html
index 5967ee80c..a200b8029 100644
--- a/src/pretix/control/templates/pretixcontrol/items/category.html
+++ b/src/pretix/control/templates/pretixcontrol/items/category.html
@@ -8,23 +8,25 @@
{% csrf_token %}
{% bootstrap_form_errors form %}
-
+
-
-
-
-
- {% trans "Category history" %}
-
+ {% if category %}
+
+
+
+
+ {% trans "Category history" %}
+
+
+ {% include "pretixcontrol/includes/logs.html" with obj=category %}
- {% include "pretixcontrol/includes/logs.html" with obj=category %}
-
+ {% endif %}