Summary: Port 401/404/500 pages to bootstrap
- Legacy-Id: 8722
This commit is contained in:
parent
a3399b0bcd
commit
7f286c12ee
|
@ -1,9 +1,9 @@
|
|||
{# Copyright The IETF Trust 2012, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% extends "ietf.html" %}
|
||||
{% block title %}401 Unauthorized{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<img src="/images/ietflogo2e.png" height="80" width="140"/>
|
||||
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF" style="width: 10em">
|
||||
|
||||
<h2>Authentication Required</h2>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% extends "ietf.html" %}
|
||||
{% block title %}404 Not Found{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<img src="/images/ietflogo2e.png" height="80" width="140"/>
|
||||
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF" style="width: 10em">
|
||||
|
||||
<h2>The page you were looking for couldn't be found.</h2>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% extends "ietf.html" %}
|
||||
{% block title %}500 Internal Server Error{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<img src="/images/ietflogo2e.png" height="80" width="140">
|
||||
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF" style="width: 10em">
|
||||
|
||||
<h2>Internal Server Error.</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue