Skip to content

Commit 648587c

Browse files
committed
The template for the IPR search error pages
- Legacy-Id: 690
1 parent 70290c2 commit 648587c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{% extends "base.html" %}
2+
{% block doctype %}{% endblock %}
3+
{% block title %}IPR Search Result Error{% endblock %}
4+
{% block content %}
5+
<blockquote>
6+
<h1>Error</h1>
7+
<p>
8+
Your request was not processed due to the following error(s):
9+
</p>
10+
<p>
11+
<i>{{ error }}</i>
12+
</p>
13+
</blockquote>
14+
{% endblock %}
15+
16+

0 commit comments

Comments
 (0)