Added getSurveyForContent method to SurveyLogic.
This method returns a Survey for a given content. The backreferenceproperty will not work because of inheritance.
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])