The template for the IPR search error pages
- Legacy-Id: 690
This commit is contained in:
parent
70290c2c8b
commit
648587c674
16
ietf/templates/ipr/search_error.html
Normal file
16
ietf/templates/ipr/search_error.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% extends "base.html" %}
|
||||
{% block doctype %}{% endblock %}
|
||||
{% block title %}IPR Search Result Error{% endblock %}
|
||||
{% block content %}
|
||||
<blockquote>
|
||||
<h1>Error</h1>
|
||||
<p>
|
||||
Your request was not processed due to the following error(s):
|
||||
</p>
|
||||
<p>
|
||||
<i>{{ error }}</i>
|
||||
</p>
|
||||
</blockquote>
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in a new issue