diff --git a/app/views/refcomp.py b/app/views/refcomp.py index e263afba..420ad7e8 100644 --- a/app/views/refcomp.py +++ b/app/views/refcomp.py @@ -245,9 +245,6 @@ def refcomp_load(formation_id=None): log(f"refcomp_load: ignoring {filename} (already loaded)") form = RefCompLoadForm() - if current_app and not current_app.config["DEBUG"]: - form.upload.render_kw = {"disabled": "disabled"} - form.referentiel_standard.choices = [ (r["id"], f"{r['specialite']} ({r['created']}-{r['serial']})") for r in refs_distrib_dict diff --git a/sco_version.py b/sco_version.py index 1dae3244..ec2d66b1 100644 --- a/sco_version.py +++ b/sco_version.py @@ -3,7 +3,7 @@ "Infos sur version ScoDoc" -SCOVERSION = "9.7.32" +SCOVERSION = "9.7.33" SCONAME = "ScoDoc"