diff --git a/gracedb/templates/404.html b/gracedb/templates/404.html
index 80a2f5a5c1fef213b0eba9266fc6567b25603bb2..52980c2062d85f3542388b9b3c647fb3b34aead7 100644
--- a/gracedb/templates/404.html
+++ b/gracedb/templates/404.html
@@ -1,9 +1,8 @@
 {% extends "base.html" %}
 
-{% block title %}404 – Not Found{{ object.graceid }}{% endblock %}
-{% block heading %}Not Found {{ object.graceid }}{% endblock %}
+{% block title %}404 – Not Found{% endblock %}
+{% block heading %}Not Found{% endblock %}
 
 {% block content %}
     <p>The item you requested was not found.</p>
-    {{ message|safe }}
 {% endblock %}