diff --git a/app/views/bibliography_resources/_form.html.erb b/app/views/bibliography_resources/_form.html.erb index f40101d8b..b26a0d108 100644 --- a/app/views/bibliography_resources/_form.html.erb +++ b/app/views/bibliography_resources/_form.html.erb @@ -3,7 +3,7 @@ <%= f.file_field :bibtex_file, label: t('bibliography_resources.form.label'), control_col: 'col-sm-6', required: true, accept: 'application/x-bibtex', help: t('bibliography_resources.form.help') %>