From 93fdd6087ec96734ca39b1f5ab8671b0961d1498 Mon Sep 17 00:00:00 2001 From: jgenero Date: Thu, 13 Oct 2022 11:31:26 +0200 Subject: [PATCH] modif data for guichenon + Aubret --- app/data/institution_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/institution_data.py b/app/data/institution_data.py index 8cefcbb..b59d3ee 100644 --- a/app/data/institution_data.py +++ b/app/data/institution_data.py @@ -1,7 +1,7 @@ institution = [ {"full_label": "Archives de l'Etat à Mons", "inst_label": "Archives de l'Etat", "art_inst": "à", "inst_place": "Mons", "inst_rank": "national", "inst_type": "archives"}, - {"full_label": "Deperditum Histoire de Dombes (Aubret)", "inst_label": "Deperditum", "art_inst": "", "inst_place": "Histoire de Dombes (Aubret)", "inst_rank": "", "inst_type": "deperditum"}, - {"full_label": "Deperditum Histoire de Dombes (Guichenon)", "inst_label": "Deperditum", "art_inst": "", "inst_place": "Deperditum Histoire de Dombes (Guichenon)", "inst_rank": "", "inst_type": "deperditum"}, + {"full_label": "Histoire de Dombes (Aubret)", "inst_label": "Aubret", "art_inst": "", "inst_place": "Histoire de Dombes (Aubret)", "inst_rank": "", "inst_type": "deperditum"}, + {"full_label": "Histoire de Dombes (Guichenon)", "inst_label": "Guichenon", "art_inst": "", "inst_place": "Histoire de Dombes (Guichenon)", "inst_rank": "", "inst_type": "deperditum"}, {"full_label": "Archives municipales de Lyon", "inst_label": "Archives municipales", "art_inst": "de", "inst_place": "Lyon", "inst_rank": "municipal", "inst_type": "archives"}, {"full_label": "Archives municipales de Moulins", "inst_label": "Archives municipales", "art_inst": "de", "inst_place": "Moulins", "inst_rank": "municipal", "inst_type": "archives"}, {"full_label": "Archives municipales de Riom", "inst_label": "Archives municipales", "art_inst": "de", "inst_place": "Riom", "inst_rank": "municipal", "inst_type": "archives"},