app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 06 Jul 2009 15:06:05 +0200
changeset 2559 af2874bc01f3
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Public Survey template now resembles the take template more closely.

class GenericViewError(Exception):
    """A problem in a generic view."""
    pass