event title rendering is customized
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user