From: Marcin Koziej Date: Wed, 6 Feb 2013 12:59:49 +0000 (+0100) Subject: no audience in master file X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/75a6ae558051c8a4d85d72f23ad612de834556c7 no audience in master file --- diff --git a/apps/catalogue/management/commands/make_master.py b/apps/catalogue/management/commands/make_master.py index fcd4c036..2d170e51 100644 --- a/apps/catalogue/management/commands/make_master.py +++ b/apps/catalogue/management/commands/make_master.py @@ -111,9 +111,8 @@ class Command(BaseCommand): dc(u'rights', dc_fixed['rights']) dc(u'rights.license', dc_fixed['rights_license']) dc(u'format', u'xml') - dc(u'type', u'text') + dc(u'type', u'section') dc(u'date', date.strftime(date.today(), "%Y-%m-%d")) - dc(u'audience', options['audience']) dc(u'language', u'pol') p(u'') p(u'')