changement template caldav
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% if latest_task_list %}
|
||||
<ul>
|
||||
{% for task in latest_task_list %}
|
||||
<li><a "">{{ task.name }} {{task.dtstart}}-{{task.dtend}}</a></li>
|
||||
<li><a "">{{ task.name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user