Renamed "Idea page" to "Ideas page"
Also renamed "all organizations" to "accepted organizations".
Added a longer description to the first list.
Patch by: Sverre Rabbelier
from django.dispatch import Signalrequest_started = Signal()request_finished = Signal()got_request_exception = Signal(providing_args=["request"])