forked from ScoDoc/ScoDoc
sans preférence
This commit is contained in:
parent
76a0bab769
commit
42d33c9a41
@ -70,13 +70,12 @@
|
||||
{% include "assiduites/prompt.j2" %}
|
||||
|
||||
<script>
|
||||
const nonWorkDays = [{{ nonworkdays| safe }}];
|
||||
debugger;
|
||||
const nonWorkDays = [];
|
||||
updateDate();
|
||||
setupDate();
|
||||
setupTimeLine();
|
||||
|
||||
let forceModule = "{{ forcer_module }}"
|
||||
let forceModule = ""
|
||||
forceModule = forceModule == "True" ? true : false
|
||||
</script>
|
||||
</section>
|
@ -399,14 +399,14 @@ def signal_assiduites_group():
|
||||
grp=sco_groups_view.menu_groups_choice(groups_infos),
|
||||
moduleimpl_select=_module_selector(formsemestre, moduleimpl_id),
|
||||
timeline=_timeline(),
|
||||
nonworkdays=_non_work_days(),
|
||||
# nonworkdays=_non_work_days(),
|
||||
formsemestre_date_debut=str(formsemestre.date_debut),
|
||||
formsemestre_date_fin=str(formsemestre.date_fin),
|
||||
forcer_module=sco_preferences.get_preference(
|
||||
"forcer_module",
|
||||
formsemestre_id=formsemestre_id,
|
||||
dept_id=g.scodoc_dept_id,
|
||||
),
|
||||
# forcer_module=sco_preferences.get_preference(
|
||||
# "forcer_module",
|
||||
# formsemestre_id=formsemestre_id,
|
||||
# dept_id=g.scodoc_dept_id,
|
||||
# ),
|
||||
),
|
||||
html_sco_header.sco_footer(),
|
||||
).build()
|
||||
|
Loading…
Reference in New Issue
Block a user