The template for the IPR search error pages

- Legacy-Id: 690
This commit is contained in:
Henrik Levkowetz 2007-06-27 11:41:31 +00:00
parent 70290c2c8b
commit 648587c674

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