Skip to content

Commit

Permalink
Merge pull request #23 from ral-facilities/mint_doi_form
Browse files Browse the repository at this point in the history
import from settings not local_settings
  • Loading branch information
antony-wilson authored Jul 4, 2022
2 parents c3d4595 + 732afe5 commit 02dd8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/forms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django import forms
from django.core.validators import RegexValidator
from django.forms import formset_factory
from doi_site.local_settings import DOI_PREFIX
from doi_site.settings import DOI_PREFIX
from mds.mds_api import MdsApi

RT_CHOICES = [
Expand Down

0 comments on commit 02dd8da

Please sign in to comment.