Summary: Port 401/404/500 pages to bootstrap

- Legacy-Id: 8722
This commit is contained in:
Ole Laursen 2014-12-02 10:43:55 +00:00
parent a3399b0bcd
commit 7f286c12ee
3 changed files with 6 additions and 6 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>