witten
/
luminotes
Archived
1
0
Fork 0

Changed wording.

This commit is contained in:
Dan Helfman 2008-10-20 15:53:59 -07:00
parent f5b7cb35a7
commit 0e99ac59fc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Not_found_page( Page ):
u"Sorry, the page you are looking for couldn't be found. But not to worry. You've got a few options.",
Ul(
Li( u"Return to the", A( u"Luminotes personal wiki notebook", href = u"/" ), u"home page." ),
Li( A( u"Contact support", href = u"mailto:%s" % support_email ), u"and report that the page that you expected to find here is missing." ),
Li( A( u"Contact support", href = u"mailto:%s" % support_email ), u"and report that the page you expected to find here is missing." ),
),
),
class_ = u"error_box",