From 28887eafa27ca2bc253d2c55dff5a0f7823097e4 Mon Sep 17 00:00:00 2001 From: Hossein Date: Mon, 17 Aug 2015 21:34:10 -0700 Subject: [PATCH] Template for errors related to Excel Analyzer. --- templates/404_xls_analyzer_error.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/404_xls_analyzer_error.html diff --git a/templates/404_xls_analyzer_error.html b/templates/404_xls_analyzer_error.html new file mode 100644 index 000000000..ffecb56c6 --- /dev/null +++ b/templates/404_xls_analyzer_error.html @@ -0,0 +1,12 @@ +{% extends 'base.html' %} +{% load i18n %} +{% block content %} +

+ {% trans "Error" %} +

+ +

+ {{ error_message }} +

+ +{% endblock %}