Add activity type "Other"

This commit is contained in:
Yohann D'ANELLO 2020-08-31 00:20:09 +02:00
parent 8744455cbe
commit abbe74cc55
1 changed files with 30 additions and 20 deletions

View File

@ -18,5 +18,15 @@
"can_invite": false,
"guest_entry_fee": 0
}
},
{
"model": "activity.activitytype",
"pk": 3,
"fields": {
"name": "Autre",
"manage_entries": false,
"can_invite": false,
"guest_entry_fee": 0
}
}
]