Skip to content
Snippets Groups Projects
Commit ac7ddf8e authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Make 404 page more generic (temporary)

parent becdba36
No related branches found
No related tags found
1 merge request!8Superevents
{% 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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment