Page MenuHomeSoftware Heritage

error.html
No OneTemporary

error.html

{% extends "layout.html" %}
{% comment %}
Copyright (C) 2017-2018 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% load static %}
{% block title %}Error {{ error_code }} – Software Heritage archive {% endblock %}
{% block navbar-content %}
<h4>Error</h4>
{% endblock %}
{% block content %}
<div class="swh-http-error">
<div class="swh-http-error-head">Error</div>
<div class="swh-http-error-code">
<img class="hidden-xs" src="{% static 'img/swh-logo.svg' %}" style="width:80px; height:auto;"/>
{{ error_code }}
<img class="hidden-xs" src="{% static 'img/swh-logo.svg' %}" style="width:80px; height:auto;"/>
</div>
<h3>{{ error_message }}</h3>
<div class="swh-http-error-desc">
<pre>{{ error_description }}</pre>
<div>
<a class="btn" onclick="window.history.back();">
<i class="fa fa-arrow-left"></i>
Go back to previous page
</a>
or
<a class="btn" href="{% url 'swh-web-homepage' %}">
<i class="fa fa-arrow-left"></i>
Go back to homepage
</a>
</div>
</div>
</div>
{% endblock %}

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 21, 7:21 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3403911

Event Timeline