app/soc/content/memory_error.html
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 01 Mar 2009 20:20:47 +0000
changeset 1584 d8ba8c917f37
parent 1582 f2f352ad193f
permissions -rw-r--r--
Make use of decorators.view for all views This gives us a 'view' hook where we can do things that need to be done for all views (such as catching certain exceptions, or checking for maintenance mode). Patch by: Sverre Rabbelier

<html>
<head><title>We ran out of memory</title></head>
<body>
We ran out of memory while serving your request, please try again.
</body>
</html>