summaryrefslogtreecommitdiff
path: root/plinth.py
diff options
context:
space:
mode:
authorSean O'Brien <diggity@diggmobile.(none)>2012-03-10 11:18:49 -0500
committerJames Vasile <james@jamesvasile.com>2012-03-12 14:39:32 -0400
commit5685d3f387d60484b24769844488a866a08c6e6b (patch)
treec3d5a49b299f8713eb00f2f4d644e7c1c79b0736 /plinth.py
parent2f5c98dd6f8ae91a3800a48a549325a4130acce9 (diff)
fixes to boostrap, new icons, mobile view works
Diffstat (limited to 'plinth.py')
-rwxr-xr-xplinth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plinth.py b/plinth.py
index b912dc0..2eff29f 100755
--- a/plinth.py
+++ b/plinth.py
@@ -40,7 +40,7 @@ def error_page_500(status, message, traceback, version):
cfg.log.error("500 Internal Server Error. Trackback is above.")
more="""<p>This is an internal error and not something you caused
or can fix. Please report the error on the <a
- href="https://github.com/jvasile/Plinth/issues">bug tracker</a> so
+ href="https://github.com/seandiggity/Plinth/issues">bug tracker</a> so
we can fix it.</p>"""
return error_page(status, message, "<p>%s</p><pre>%s</pre>" % (more, "\n".join(traceback.split("\n"))))