datatracker/ietf/templates/403.html
Lars Eggert 53089a94f6 And more fixes.
- Legacy-Id: 19902
2022-02-01 07:47:25 +00:00

21 lines
631 B
HTML

{# bs5ok #}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}404 Not Found{% endblock %}
{% block content %}
<img class="col-2 mb-5"
src="{% static 'ietf/images/ietflogo.png' %}"
alt="IETF">
<div class='alert alert-warning my-3'>
<h2>Restricted Access</h2>
<hr>
<p>
{{ exception }}
</p>
<p class="mb-0">
If you think this is a server error, please contact
<a href="mailto:{{ bugreport_email }}">{{ bugreport_email }}</a>.
</p>
</div>
{% endblock %}