admins: fix class decorator syntax?

This commit is contained in:
Alexandre Aubin 2022-09-04 20:33:41 +02:00
parent 1037508fb5
commit 888f1d8e55

View file

@ -937,7 +937,7 @@ class Migration:
def description(self):
return m18n.n(f"migration_description_{self.id}")
def ldap_migration(self, run):
def ldap_migration(run):
def func(self):
# Backup LDAP before the migration