SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7ad49dd3 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

docs: :children_crossing: add error explanation to 404 page

parent 17fab96e
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
<div class="col-12">
<div style="text-align: center;">
<img src="{% static 'scipost/images/logo_scipost_RGB_HTML_groot.png' %}" alt="SciPost logo" width="240" style="margin-top: 20px; margin-bottom: 20px" />
<h1>The page you requested could not be found.</h1>
<h2>404</h2>
<h1>Error 404: Not Found</h1>
<h2>{{ exception|default:"The page you requested could not be found." }}</h2>
<p style="margin-top: 20px;">Continue to the <a href="{% url 'submissions:submissions' %}">submissions</a>, <a href="{% url 'commentaries:commentaries' %}">commentaries</a> or <a href="{% url 'theses:theses' %}">theses</a> page.</p>
</div>
</div>
......
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