Skip to content

Commit

Permalink
Merge pull request #71 from hossein/xls_analyzer_better_errors
Browse files Browse the repository at this point in the history
Template for errors related to Excel Analyzer.
  • Loading branch information
Esmail committed Aug 25, 2015
2 parents 2779e9e + 28887ea commit 49aef23
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 49aef23

Please sign in to comment.