summaryrefslogtreecommitdiff
path: root/talermerchantdemos/landing/templates/error.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/landing/templates/error.html.j2')
-rw-r--r--talermerchantdemos/landing/templates/error.html.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/talermerchantdemos/landing/templates/error.html.j2 b/talermerchantdemos/landing/templates/error.html.j2
deleted file mode 100644
index 009947c..0000000
--- a/talermerchantdemos/landing/templates/error.html.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "templates/base.html.j2" %}
-{% block main %}
- <h1>{{ gettext("Error encountered") }}</h1>
-
- <p>{{ message }}</p>
-
- {% if stack %}
- <p>{{gettext("Stack trace:")}}</p>
- <pre>
- {{ stack }}
- </pre>
- {% endif %}
-{% endblock main %}