From 63b0fc6269b38edf7234b9f151b80d81f614c0a3 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 4 Aug 2015 10:11:24 +0300 Subject: Initial commit First public commit --- servo/templates/error.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 servo/templates/error.html (limited to 'servo/templates/error.html') diff --git a/servo/templates/error.html b/servo/templates/error.html new file mode 100644 index 0000000..db3ce21 --- /dev/null +++ b/servo/templates/error.html @@ -0,0 +1,49 @@ +{% load i18n %} + + + + + + + + + + + {% trans "An Error Occurred" %} + + + +
+ {% block main %} +
+
+
+
+ {% if crashed %} +

{% trans "Oops!" %}

+

{% trans "It appears that an error has occurred." %} {% trans "I've notified the developers, but I'm sure they would really appreciate if you could briefly describe what you were doing before this happened." %}

+
+ {% csrf_token %} + {% include "form_snippet.html" %} +
+ {% trans "Cancel" %} + +
+
+ {% else %} +

{% trans "Thanks!" %}

+

{% trans "Your error report has been submitted. Thanks for helping make Servo better!" %}

+ {% trans "Return Home" %} + {% endif %} +
+
+
+
+ {% endblock main %} +
+ + -- cgit v1.2.3