app/soc/content/deadline_exceeded.html
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 19 Apr 2009 14:35:31 +0000
changeset 2241 5e5b7f5d9a89
parent 1582 f2f352ad193f
permissions -rw-r--r--
Allow anyone to see student projects The required rights['show'] exception was already made, but the any_access check was preventing it from being effictive. Patch by: Sverre Rabbelier

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