Show More
@@ -203,8 +203,9 b' class IntegrationSettingsViewBase(object' | |||
|
203 | 203 | # Display success message and redirect. |
|
204 | 204 | self.request.session.flash( |
|
205 | 205 | _('Integration {integration_name} updated successfully.').format( |
|
206 | integration_name=self.IntegrationType.display_name, | |
|
207 |
|
|
|
206 | integration_name=self.IntegrationType.display_name), | |
|
207 | queue='success') | |
|
208 | ||
|
208 | 209 | if self.repo: |
|
209 | 210 | redirect_to = self.request.route_url( |
|
210 | 211 | 'repo_integrations_edit', repo_name=self.repo.repo_name, |
General Comments 0
You need to be logged in to leave comments.
Login now