diff --git a/templates/incidents_base.html b/templates/incidents_base.html
index 3ed8dd9..cbe65f8 100644
--- a/templates/incidents_base.html
+++ b/templates/incidents_base.html
@@ -116,13 +116,7 @@
{% translate "Reported incidents" %}
{{incident.incident_notification_date|date:"d M Y, H:i" }}
- {% block content_table_incident_id %}
- {% for field in incident.formsStatus %}
- {% if field.name == "incident_id" %}
- {% bootstrap_field field show_label=False wrapper_class="m-0" %}
- {% endif %}
- {% endfor %}
- {% endblock %}
+ {{incident.incident_id}}
|
{% block content_table_regulation_or_regulator %}
|