forked from ScoDoc/ScoDoc
fix t 624 (contrib étudiant)
This commit is contained in:
parent
91af5704dc
commit
08a585aa1b
@ -239,7 +239,7 @@ class LogoForm(FlaskForm):
|
|||||||
|
|
||||||
if self.do_delete.data and self.can_delete:
|
if self.do_delete.data and self.can_delete:
|
||||||
return LogoDelete.build_action(self.data)
|
return LogoDelete.build_action(self.data)
|
||||||
if self.upload.data and self.validate():
|
if self.upload.data:
|
||||||
return LogoUpdate.build_action(self.data)
|
return LogoUpdate.build_action(self.data)
|
||||||
if self.do_rename.data and self.validate():
|
if self.do_rename.data and self.validate():
|
||||||
return LogoRename.build_action(self.data)
|
return LogoRename.build_action(self.data)
|
||||||
|
Loading…
Reference in New Issue
Block a user