We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70290c2 commit 648587cCopy full SHA for 648587c
1 file changed
ietf/templates/ipr/search_error.html
@@ -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
11
+ <i>{{ error }}</i>
12
13
+</blockquote>
14
+{% endblock %}
15
+
16
0 commit comments