ajout de bDone à la view
This commit is contained in:
@@ -146,6 +146,7 @@ def view_op_caldav(request):
|
|||||||
temp_item.name = item.sTitle
|
temp_item.name = item.sTitle
|
||||||
temp_item.desc = item.sDesc
|
temp_item.desc = item.sDesc
|
||||||
temp_item.key = item.sKey
|
temp_item.key = item.sKey
|
||||||
|
temp_item.done = item.bDone
|
||||||
temp_item.str_start_date = str(item.dtStart.day) + "." + str(item.dtStart.month)
|
temp_item.str_start_date = str(item.dtStart.day) + "." + str(item.dtStart.month)
|
||||||
if item.dtEnd != None:
|
if item.dtEnd != None:
|
||||||
temp_item.str_end_date = str(item.dtEnd.day) + "." + str(item.dtEnd.month)
|
temp_item.str_end_date = str(item.dtEnd.day) + "." + str(item.dtEnd.month)
|
||||||
|
Reference in New Issue
Block a user