app/soc/content/memory_error.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 13:14:28 +0000
changeset 1741 0da1285f5bc0
parent 1582 f2f352ad193f
permissions -rw-r--r--
Public reviews are now shown on the public page for the student proposal. The assigned mentor name has been removed from the public page. The student proposal view now uses the new getReviewsForEntity method. 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 memory</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 memory 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>