app/soc/content/deadline_exceeded.html
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 06 Mar 2009 15:52:12 +0000
changeset 1687 8203c805edc7
parent 1582 f2f352ad193f
permissions -rw-r--r--
Removed commented property from comment model. scope_path is set to the commented Work anyway and back references don't work. This means we can also comment on any other linkable. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1582
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     1
<html>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     2
<head><title>We ran out of time</title></head>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     3
<body>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     4
We ran out of processing time while serving your request, please try again.
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     5
</body>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     6
</html>