Commit d1f66bcc authored by c24b's avatar c24b

Adding accepted_formats to CERN

parent 26328aad
......@@ -200,12 +200,13 @@ RESOURCETYPES = [
{ 'name': 'ISTex',
'parser': ISTexParser,
'default_language': 'en',
'accepted_formats':["zip","xml"],
'accepted_formats':["zip",],
},
# type 10
{ "name": 'Cern (MARC21 XML)',
"parser": CernParser,
"default_language": "en",
'accepted_formats':["zip","xml"],
},
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment