@@ -48,6 +49,8 @@ class ApplicationBase(EmailForm, WorkflowStreamForm): # type: ignore
...
@@ -48,6 +49,8 @@ class ApplicationBase(EmailForm, WorkflowStreamForm): # type: ignore
blank=True,
blank=True,
)
)
slack_channel=models.TextField(blank=True,help_text=_('The slack #channel for notifications. Default channel is {slack_default}').format(slack_default=settings.SLACK_DESTINATION_ROOM))
slack_channel=models.TextField(blank=True,help_text=_('The slack #channel for notifications. Default channel is {slack_default}').format(slack_default=settings.SLACK_DESTINATION_ROOM))