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

17 lines
464 B
HTML

{# bs5ok #}
{% 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 %}