datatracker/ietf/templates/ipr/search_error.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

16 lines
452 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}IPR search result error{% endblock %}
{% block content %}
{% origin %}
<h1>IPR search result error</h1>
<div class="alert alert-danger my-3">
<p>
Your request was not processed due to the following error(s):
</p>
<p>
<i>{{ error }}</i>
</p>
</div>
{% endblock %}