forked from ScoDoc/ScoDoc
Assiduites : bug fix page "live" etud
This commit is contained in:
parent
6dc39c25ee
commit
30781ba9aa
@ -40,7 +40,7 @@
|
|||||||
<input type="date" name="tl_date" id="tl_date" value="{{ date }}" onchange="updateDate()">
|
<input type="date" name="tl_date" id="tl_date" value="{{ date }}" onchange="updateDate()">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "assiduites/timeline.j2" %}
|
{{timeline|safe}}
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -205,6 +205,7 @@ def signal_assiduites_etud():
|
|||||||
date=datetime.date.today().isoformat(),
|
date=datetime.date.today().isoformat(),
|
||||||
morning=morning,
|
morning=morning,
|
||||||
lunch=lunch,
|
lunch=lunch,
|
||||||
|
timeline=_timeline(),
|
||||||
afternoon=afternoon,
|
afternoon=afternoon,
|
||||||
forcer_module=sco_preferences.get_preference(
|
forcer_module=sco_preferences.get_preference(
|
||||||
"forcer_module", dept_id=g.scodoc_dept_id
|
"forcer_module", dept_id=g.scodoc_dept_id
|
||||||
|
Loading…
Reference in New Issue
Block a user