datatracker/ietf/templates/ipr/search_error.html
2010-07-21 12:48:05 +00:00

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 %}