diff --git a/tabellio/agenda/folder.py b/tabellio/agenda/folder.py index 3a1f022..11dde83 100644 --- a/tabellio/agenda/folder.py +++ b/tabellio/agenda/folder.py @@ -149,6 +149,7 @@ class View(grok.View, utils.MonthlyView): new_event.id = event.id new_event.title = event.title new_event.place = event.place + new_event.text = event.text new_event.description = event.description new_event.start = event.start+datetime.timedelta(i+1) new_event.end = event.end diff --git a/tabellio/agenda/folder_templates/view.pt b/tabellio/agenda/folder_templates/view.pt index 418b40d..f1e6a1d 100644 --- a/tabellio/agenda/folder_templates/view.pt +++ b/tabellio/agenda/folder_templates/view.pt @@ -216,6 +216,7 @@ jq('#tabellio-agenda tbody a').click(

+

Détails