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()">
|
||||
</div>
|
||||
|
||||
{% include "assiduites/timeline.j2" %}
|
||||
{{timeline|safe}}
|
||||
|
||||
|
||||
<div>
|
||||
|
@ -205,6 +205,7 @@ def signal_assiduites_etud():
|
||||
date=datetime.date.today().isoformat(),
|
||||
morning=morning,
|
||||
lunch=lunch,
|
||||
timeline=_timeline(),
|
||||
afternoon=afternoon,
|
||||
forcer_module=sco_preferences.get_preference(
|
||||
"forcer_module", dept_id=g.scodoc_dept_id
|
||||
|
Loading…
Reference in New Issue
Block a user