datatracker/ietf/templates/oidc_provider/error.html
2020-06-27 13:51:19 +00:00

14 lines
354 B
HTML

{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}404 Not Found{% endblock %}
{% block content %}
<img class="ietflogo" src="{% static 'ietf/images/ietflogo.png' %}" alt="IETF" style="width: 10em">
<div class='alert'>
<h3>{{ error }}</h3>
<p>{{ description }}</p>
{% endblock %}