Temp IE7 style fix for forms.
A percentage-based layout does not seem to work in IE7, the fields show up as large as the initial text that is in them.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.dispatch import Signal
request_started = Signal()
request_finished = Signal()
got_request_exception = Signal(providing_args=["request"])