first commit
This commit is contained in:
commit
e6c52820cd
227 changed files with 16156 additions and 0 deletions
10
Templates/tasks/today.html
Normal file
10
Templates/tasks/today.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% import "tasks/macros.html" as tsk %}
|
||||
<div style="max-width:1100px;margin:0 auto;padding:1rem;">
|
||||
<h2 style="margin-top:0;">Tâches du jour</h2>
|
||||
{{ tsk.render_tasks_table(today_tasks, show_entity=True, show_due_date=False, empty_text="Aucune tâche pour aujourd'hui") }}
|
||||
</div>
|
||||
{% import "tasks/macros.html" as tsk %}
|
||||
<div style="max-width:1100px;margin:0 auto;padding:1rem;">
|
||||
<h2 style="margin-top:0;">Tâches du jour</h2>
|
||||
{{ tsk.render_tasks_table(today_tasks, show_entity=True, show_due_date=False, empty_text="Aucune tâche pour aujourd'hui") }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue