Skip to content
Snippets Groups Projects
Commit ec82d27e authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

refcomp_load en mode non debug

parent 74f3a739
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -3,7 +3,7 @@
"Infos sur version ScoDoc"
SCOVERSION = "9.7.32"
SCOVERSION = "9.7.33"
SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment