From 648587c674feb15ae67fa979cda14302ade3c815 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 27 Jun 2007 11:41:31 +0000 Subject: [PATCH] The template for the IPR search error pages - Legacy-Id: 690 --- ietf/templates/ipr/search_error.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ietf/templates/ipr/search_error.html diff --git a/ietf/templates/ipr/search_error.html b/ietf/templates/ipr/search_error.html new file mode 100644 index 000000000..def4eef5e --- /dev/null +++ b/ietf/templates/ipr/search_error.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} +{% block doctype %}{% endblock %} +{% block title %}IPR Search Result Error{% endblock %} +{% block content %} +
+

Error

+

+ Your request was not processed due to the following error(s): +

+

+ {{ error }} +

+
+{% endblock %} + +