diff --git a/deluge/ui/webui/debugerror.py b/deluge/ui/webui/debugerror.py
index ad1f3011d..8adad9517 100644
--- a/deluge/ui/webui/debugerror.py
+++ b/deluge/ui/webui/debugerror.py
@@ -155,23 +155,25 @@ $def with (exception_type, exception_value, frames, exception_message, version_i
-
-
$exception_type : $exception_value
-
-
+
+
+ |
- Oops, Deluge Broke :-( , You might have found a bug, or you did something really stupid ;-).
+ Oops, Deluge Broke ...
+ You might have found a bug, or you did something really stupid ;-).
If the error persists :
Read the Faq.
Try downloading the latest version at
deluge-torrent.org
Visit the forum
or the buglist for more info.
-
+
+ |
+
+
$exception_type : $exception_value
-
Paste the contents of this text-box when you are asked for a traceback.
Try to explain what you where doing,
@@ -344,12 +346,6 @@ def djangoerror():
version_info = "WebUi : %sr%s\nPython %s:" % ( common.get_version() ,common.get_revision(),sys.version)
- try:
- import dbus
- version_info += '\ndbus:' + str(dbus.__version__)
- except:
- pass
-
tback_txt = ''.join(format_tb(tback))
diff --git a/deluge/ui/webui/static/images/debugerror.png b/deluge/ui/webui/static/images/debugerror.png
new file mode 100644
index 000000000..fedb1a724
Binary files /dev/null and b/deluge/ui/webui/static/images/debugerror.png differ