14 lines
318 B
HTML
14 lines
318 B
HTML
{% extends "base.html" %}
|
|
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
|
{% block title %}IPR Search Result Error{% endblock %}
|
|
{% block content %}
|
|
<h1>IPR Search Result Error</h1>
|
|
|
|
<p>Your request was not processed due to the following error(s):</p>
|
|
<p>
|
|
<i>{{ error }}</i>
|
|
</p>
|
|
{% endblock %}
|
|
|
|
|