Fix the notification bar messages that show up when you click 'Save Changes' button. It only works on Edit views right now.
Patch by: Madhusudan C.S
Reviewed by: Pawel Solyga
from django.dispatch import Signaltemplate_rendered = Signal(providing_args=["template", "context"])