Hide the 'home' field until we have a proper document selector
Rather than having a confusing 'home' field that lists all Linkables
(in other words, everything in the database), we're better off hiding
it for now.
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])