summaryrefslogtreecommitdiff
path: root/archaeological_finds/fixtures/initial_data-fr.json
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/fixtures/initial_data-fr.json')
-rw-r--r--archaeological_finds/fixtures/initial_data-fr.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json
index 3125ab8da..b3cda2cfd 100644
--- a/archaeological_finds/fixtures/initial_data-fr.json
+++ b/archaeological_finds/fixtures/initial_data-fr.json
@@ -7035,5 +7035,35 @@
"comment": "",
"available": true
}
+},
+{
+ "model": "archaeological_finds.checkedtype",
+ "fields": {
+ "label": "Non v\u00e9rifi\u00e9",
+ "txt_idx": "not-checked",
+ "comment": null,
+ "available": true,
+ "order": 10
+ }
+},
+{
+ "model": "archaeological_finds.checkedtype",
+ "fields": {
+ "label": "V\u00e9rifi\u00e9 mais incorrect",
+ "txt_idx": "checked-not-correct",
+ "comment": "",
+ "available": false,
+ "order": 20
+ }
+},
+{
+ "model": "archaeological_finds.checkedtype",
+ "fields": {
+ "label": "V\u00e9rifi\u00e9 et correct",
+ "txt_idx": "checked-correct",
+ "comment": null,
+ "available": true,
+ "order": 30
+ }
}
]