diff --git a/dojo/templates/dojo/snippets/endpoints.html b/dojo/templates/dojo/snippets/endpoints.html
index e7d4d740ea8..84f10304d00 100644
--- a/dojo/templates/dojo/snippets/endpoints.html
+++ b/dojo/templates/dojo/snippets/endpoints.html
@@ -72,13 +72,13 @@
Mitigated Endpoints / Systems ({{ finding.mitigated_endpoint_count }})
{% if V3_FEATURE_LOCATIONS %}
{{ endpoint.location }}{% if endpoint.is_broken %} 🚩{% endif %} |
{{ endpoint.status }} |
- {{ endpoint.auditor|safe }} |
+ {{ endpoint.auditor }} |
{{ endpoint.audit_time|date }} |
{% else %}
- {% comment %} TODO: Delete this after the move to Locations {% endcomment %}
+ {% comment %} TODO: Delete this after the move to Locations {% endcomment %}
{{ endpoint }}{% if endpoint.endpoint.is_broken %} 🚩{% endif %} |
{{ endpoint.status }} |
- {{ endpoint.mitigated_by|safe }} |
+ {{ endpoint.mitigated_by }} |
{{ endpoint.mitigated_time|date }} |
{% endif %}
@@ -256,7 +256,7 @@ Mitigated Endpoints / Systems ({{ finding.mitigated_endpoint_count }})
{% include "dojo/snippets/tags.html" with tags=endpoint.location.tags.all %}
| {{ endpoint.get_status_display }} |
- {{ endpoint.auditor|safe }} |
+ {{ endpoint.auditor }} |
{{ endpoint.audit_time|date }} |
{% else %}
{% comment %} TODO: Delete this after the move to Locations {% endcomment %}
@@ -265,7 +265,7 @@ Mitigated Endpoints / Systems ({{ finding.mitigated_endpoint_count }})
{% include "dojo/snippets/tags.html" with tags=endpoint.endpoint.tags.all %}
| {{ endpoint.status }} |
- {{ endpoint.mitigated_by|safe }} |
+ {{ endpoint.mitigated_by }} |
{{ endpoint.mitigated_time|date }} |
{% endif %}