1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-02-06 07:13:00 +00:00

Add activity type "Other"

This commit is contained in:
Yohann D'ANELLO 2020-08-31 00:20:09 +02:00
parent 8744455cbe
commit abbe74cc55

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
}
}
]