Skip to content

Commit

Permalink
🐛 fix KATalogus confirmation message (backport 1.7) (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: zcrt <[email protected]>
  • Loading branch information
dekkers and zcrt authored Mar 21, 2023
1 parent 3455447 commit a576d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocky/katalogus/views/katalogus_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def post(self, request, *args, **kwargs):
messages.SUCCESS,
_("Settings from %s to %s successfully cloned.")
% (
to_organization.name,
self.organization.name,
to_organization.name,
),
)
return HttpResponseRedirect(
Expand Down

0 comments on commit a576d15

Please sign in to comment.