X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/aac6ba0b5d9a5a245adcfd852f491387f5febc68..ec6d59b5a44d7bec3fcfbddeb37e25d45b360c60:/forum_modules/exporter/forms.py diff --git a/forum_modules/exporter/forms.py b/forum_modules/exporter/forms.py index 94ce800..464712d 100644 --- a/forum_modules/exporter/forms.py +++ b/forum_modules/exporter/forms.py @@ -2,5 +2,7 @@ from django import forms from django.utils.translation import ugettext as _ class ExporterForm(forms.Form): - anon_data = forms.BooleanField(label=_('Anonimyzed data'), help_text=_('Don\'t export user data and make all content anonymous'), required=False) + anon_data = forms.BooleanField(label=_('Anonymized data'), help_text=_('Don\'t export user data and make all content anonymous'), required=False) + uplodaded_files = forms.BooleanField(label=_('Uploaded files'), help_text=_('Include uploaded files in the backup'), required=False, initial=True) + import_skins_folder = forms.BooleanField(label=_('Skins folder'), help_text=_('Include skins folder in the backup'), required=False, initial=False) \ No newline at end of file