Skip to content

Commit

Permalink
Template for errors related to Excel Analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein committed Aug 18, 2015
1 parent 7523e65 commit 28887ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/404_xls_analyzer_error.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends 'base.html' %}
{% load i18n %}
{% block content %}
<h3>
{% trans "Error" %}
</h3>

<p>
{{ error_message }}
</p>

{% endblock %}

0 comments on commit 28887ea

Please sign in to comment.