event title rendering is customized

This commit is contained in:
2018-10-23 15:19:44 +02:00
parent e16000db44
commit 45822855a1
4 changed files with 8 additions and 2 deletions

View File

@@ -187,6 +187,7 @@ def planning(request):
json_event = {
'resourceId': user.CD_UTI,
'title': event_title,
'description': row.c_ville.capitalize(),
'start': row.rdv_debut.strftime('%Y-%m-%d %H:%M:%S'),
'end': row.rdv_fin.strftime('%Y-%m-%d %H:%M:%S'),
'allDay': False,